How to install Box2D 2.4.2 using CMake and Visual Studio 2022 for Desktop
- Install Visual Studio 2022 Community and CMake using this guide: Installation of Visual Studio 2022 Community with CMake support
- Type in the browser search field: box2d github
- You will be moved to this page: https://github.com/erincatto/box2d
- Scroll down and click on the "Releases" link on the right panel:
- Scroll down to "Final release of version 2"
- Click on the "Assets":
- Click on the "documentation.zip" and "Source code (zip)":
- Unzip the dowloaded archive somewhere
- Run CMake-GUI. For this you can open CMD and type: cmake-gui CMake-GUI is opened:
- Copy a path to the unzipped folder and paste it to the "Where is the source code" field:
- Paste this path in the "Where to build the binaries" field and add the "/dist" to the path like this:
- Click on the "Configure" button:
- Click "Yes" to confirm that you want to create the "dist" folder:
- The "Visual Studio 17 2022" should be selected:
- Note. Such options are available:
- Click the "Finish" button:
- Configuration should be finieshed without errors:
- Note. Configuration output:
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
The C compiler identification is MSVC 19.42.34436.0
The CXX compiler identification is MSVC 19.42.34436.0
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe - skipped
Detecting C compile features
Detecting C compile features - done
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
Performing Test CMAKE_HAVE_LIBC_PTHREAD
Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
Looking for pthread_create in pthreads
Looking for pthread_create in pthreads - not found
Looking for pthread_create in pthread
Looking for pthread_create in pthread - not found
Found Threads: TRUE
Configuring done (13.4s)
Type Debug for the "CMAKE_CONFIGURATION_TYPES" variable:
Set a path for the "CMAKE_INSTALL_PREFIX" variable:
Note. CMAKE_INSTALL_PREFIX contains a path where Box2D will be installed
Click buttons: "Configure", "Generate", and "Open Project":
Visual Studio 2022 will be opened. Click "Build" > "Build Solution" or F7:
Wait for finishing of building
Note. Building output
Build started at 12:04 AM...
1>------ Build started: Project: ZERO_CHECK, Configuration: Debug x64 ------
1>1>Checking Build System
2>------ Build started: Project: sajson, Configuration: Debug x64 ------
3>------ Build started: Project: imgui, Configuration: Debug x64 ------
4>------ Build started: Project: glfw, Configuration: Debug x64 ------
5>------ Build started: Project: glad, Configuration: Debug x64 ------
2>Building Custom Rule E:/libs/box2d-2.4.2/extern/sajson/CMakeLists.txt
3>Building Custom Rule E:/libs/box2d-2.4.2/extern/imgui/CMakeLists.txt
4>Building Custom Rule E:/libs/box2d-2.4.2/extern/glfw/CMakeLists.txt
2>sajson.cpp
5>Building Custom Rule E:/libs/box2d-2.4.2/extern/glad/CMakeLists.txt
3>imgui.cpp
4>context.c
5>gl.c
4>init.c
2>sajson.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Debug\sajson.lib
5>glad.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Debug\glad.lib
6>------ Build started: Project: box2d, Configuration: Debug x64 ------
4>input.c
3>imgui_demo.cpp
6>Building Custom Rule E:/libs/box2d-2.4.2/src/CMakeLists.txt
6>b2_broad_phase.cpp
3>imgui_draw.cpp
6>b2_chain_shape.cpp
4>monitor.c
6>b2_circle_shape.cpp
3>imgui_widgets.cpp
6>b2_collide_circle.cpp
4>vulkan.c
6>b2_collide_edge.cpp
6>b2_collide_polygon.cpp
6>b2_collision.cpp
6>b2_distance.cpp
3>Generating Code...
6>b2_dynamic_tree.cpp
4>window.c
6>b2_edge_shape.cpp
6>b2_polygon_shape.cpp
4>win32_init.c
3>imgui.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Debug\imgui.lib
6>b2_time_of_impact.cpp
6>b2_block_allocator.cpp
6>b2_draw.cpp
6>b2_math.cpp
4>win32_joystick.c
6>b2_settings.cpp
6>b2_stack_allocator.cpp
6>b2_timer.cpp
4>win32_monitor.c
6>b2_body.cpp
4>win32_time.c
6>b2_chain_circle_contact.cpp
6>Generating Code...
4>win32_thread.c
6>Compiling...
6>b2_chain_polygon_contact.cpp
6>b2_circle_contact.cpp
4>win32_window.c
6>b2_contact.cpp
6>b2_contact_manager.cpp
6>b2_contact_solver.cpp
4>wgl_context.c
6>b2_distance_joint.cpp
6>b2_edge_circle_contact.cpp
6>b2_edge_polygon_contact.cpp
4>egl_context.c
6>b2_fixture.cpp
6>b2_friction_joint.cpp
6>b2_gear_joint.cpp
4>osmesa_context.c
6>b2_island.cpp
6>b2_joint.cpp
4>Generating Code...
6>b2_motor_joint.cpp
6>b2_mouse_joint.cpp
6>b2_polygon_circle_contact.cpp
6>b2_polygon_contact.cpp
4>glfw.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Debug\glfw.lib
6>b2_prismatic_joint.cpp
6>b2_pulley_joint.cpp
6>b2_revolute_joint.cpp
6>Generating Code...
6>Compiling...
6>b2_weld_joint.cpp
6>b2_wheel_joint.cpp
6>b2_world.cpp
6>b2_world_callbacks.cpp
6>b2_rope.cpp
6>Generating Code...
6>box2d.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Debug\box2d.lib
7>------ Build started: Project: unit_test, Configuration: Debug x64 ------
8>------ Build started: Project: testbed, Configuration: Debug x64 ------
7>Building Custom Rule E:/libs/box2d-2.4.2/unit-test/CMakeLists.txt
7>hello_world.cpp
8>Building Custom Rule E:/libs/box2d-2.4.2/testbed/CMakeLists.txt
8>draw.cpp
8>imgui_impl_glfw.cpp
8>imgui_impl_opengl3.cpp
8>main.cpp
8>settings.cpp
7>collision_test.cpp
7>joint_test.cpp
7>math_test.cpp
8>test.cpp
7>world_test.cpp
8>benchmark_boxes.cpp
7>Generating Code...
8>add_pair.cpp
8>apply_force.cpp
8>body_types.cpp
8>box_stack.cpp
8>breakable.cpp
8>bridge.cpp
7>unit_test.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Debug\unit_test.exe
8>bullet_test.cpp
8>cantilever.cpp
8>car.cpp
8>chain.cpp
8>chain_problem.cpp
8>character_collision.cpp
8>circle_stack.cpp
8>Generating Code...
8>Compiling...
8>collision_filtering.cpp
8>collision_processing.cpp
8>compound_shapes.cpp
8>confined.cpp
8>continuous_test.cpp
8>convex_hull.cpp
8>conveyor_belt.cpp
8>distance_joint.cpp
8>distance_test.cpp
8>dominos.cpp
8>dump_loader.cpp
8>dynamic_tree.cpp
8>edge_shapes.cpp
8>edge_test.cpp
8>friction.cpp
8>gear_joint.cpp
8>heavy1.cpp
8>heavy2.cpp
8>mobile_balanced.cpp
8>mobile_unbalanced.cpp
8>Generating Code...
8>Compiling...
8>motor_joint.cpp
8>pinball.cpp
8>platformer.cpp
8>polygon_collision.cpp
8>polygon_shapes.cpp
8>prismatic_joint.cpp
8>pulley_joint.cpp
8>pyramid.cpp
8>ray_cast.cpp
8>restitution.cpp
8>revolute_joint.cpp
8>rope.cpp
8>sensor.cpp
8>shape_cast.cpp
8>shape_editing.cpp
8>skier.cpp
8>slider_crank_1.cpp
8>slider_crank_2.cpp
8>theo_jansen.cpp
8>tiles.cpp
8>Generating Code...
8>Compiling...
8>time_of_impact.cpp
8>tumbler.cpp
8>web.cpp
8>wheel_joint.cpp
8>wrecking_ball.cpp
8>Generating Code...
8>testbed.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Debug\testbed.exe
9>------ Build started: Project: ALL_BUILD, Configuration: Debug x64 ------
9>Building Custom Rule E:/libs/box2d-2.4.2/CMakeLists.txt
10>------ Skipped Build: Project: INSTALL, Configuration: Debug x64 ------
10>Project not selected to build for this solution configuration
========== Build: 9 succeeded, 0 failed, 0 up-to-date, 1 skipped ==========
========== Build completed at 12:04 AM and took 40.493 seconds ==========
Open CMD inside of the box2d-2.4.2 source folder
Type the installation command in CMD:
cmake --install dist
The Box2D files will be copied to the installation folder
Note. Installation output
E:\libs\box2d-2.4.2>cmake --install dist
-- Install configuration: "Debug"
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_api.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_block_allocator.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_body.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_broad_phase.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_chain_shape.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_circle_shape.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_collision.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_common.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_contact.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_contact_manager.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_distance.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_distance_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_draw.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_dynamic_tree.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_edge_shape.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_fixture.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_friction_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_gear_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_growable_stack.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_math.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_motor_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_mouse_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_polygon_shape.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_prismatic_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_pulley_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_revolute_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_rope.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_settings.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_shape.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_stack_allocator.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_timer.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_time_of_impact.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_time_step.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_types.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_weld_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_wheel_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_world.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/b2_world_callbacks.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/include/box2d/box2d.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/lib/box2d.pdb
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/lib/box2d.lib
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/lib/cmake/box2d/box2dConfig.cmake
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/lib/cmake/box2d/box2dConfig-debug.cmake
-- Installing: E:/libs/box2d-2.4.2-msvc/win/debug/lib/cmake/box2d/box2dConfigVersion.cmake
Do not close CMake GUI and VS to build and install the "Release" version
Installation of the "Release" version
- Type Release for the "CMAKE_CONFIGURATION_TYPES" variable:
- Set a path for the "CMAKE_INSTALL_PREFIX" variable to the "release" folder:
- Click on the "Configure and "Generate" buttons:
- Note. Configuration output:
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
Configuring done (0.1s)
Generating done (0.2s)
Switch to the VS window using Alt+Tab or by click on the VS in the task bar
VS asks you to reload:
Note. You see that Debug was changed to Release in the tool bar:
Click "Build" > "Build Solution" or F7:
Wait for finishing of building
Note. Building output
Build started at 12:17 AM...
1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------
1>1>Checking Build System
2>------ Build started: Project: sajson, Configuration: Release x64 ------
3>------ Build started: Project: imgui, Configuration: Release x64 ------
4>------ Build started: Project: glfw, Configuration: Release x64 ------
5>------ Build started: Project: glad, Configuration: Release x64 ------
2>Building Custom Rule E:/libs/box2d-2.4.2/extern/sajson/CMakeLists.txt
4>Building Custom Rule E:/libs/box2d-2.4.2/extern/glfw/CMakeLists.txt
3>Building Custom Rule E:/libs/box2d-2.4.2/extern/imgui/CMakeLists.txt
5>Building Custom Rule E:/libs/box2d-2.4.2/extern/glad/CMakeLists.txt
2>sajson.cpp
5>gl.c
3>imgui.cpp
4>context.c
2>sajson.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Release\sajson.lib
5>glad.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Release\glad.lib
6>------ Build started: Project: box2d, Configuration: Release x64 ------
4>init.c
6>Building Custom Rule E:/libs/box2d-2.4.2/src/CMakeLists.txt
6>b2_broad_phase.cpp
6>b2_chain_shape.cpp
3>imgui_demo.cpp
4>input.c
6>b2_circle_shape.cpp
3>imgui_draw.cpp
6>b2_collide_circle.cpp
6>b2_collide_edge.cpp
4>monitor.c
6>b2_collide_polygon.cpp
6>b2_collision.cpp
6>b2_distance.cpp
3>imgui_widgets.cpp
6>b2_dynamic_tree.cpp
6>b2_edge_shape.cpp
4>vulkan.c
6>b2_polygon_shape.cpp
6>b2_time_of_impact.cpp
3>Generating Code...
4>window.c
6>b2_block_allocator.cpp
6>b2_draw.cpp
6>b2_math.cpp
6>b2_settings.cpp
4>win32_init.c
6>b2_stack_allocator.cpp
6>b2_timer.cpp
4>win32_joystick.c
6>b2_body.cpp
4>win32_monitor.c
6>b2_chain_circle_contact.cpp
6>Generating Code...
4>win32_time.c
4>win32_thread.c
4>win32_window.c
6>Compiling...
6>b2_chain_polygon_contact.cpp
6>b2_circle_contact.cpp
4>wgl_context.c
6>b2_contact.cpp
6>b2_contact_manager.cpp
6>b2_contact_solver.cpp
4>egl_context.c
6>b2_distance_joint.cpp
6>b2_edge_circle_contact.cpp
6>b2_edge_polygon_contact.cpp
4>osmesa_context.c
6>b2_fixture.cpp
6>b2_friction_joint.cpp
6>b2_gear_joint.cpp
4>Generating Code...
6>b2_island.cpp
6>b2_joint.cpp
6>b2_motor_joint.cpp
6>b2_mouse_joint.cpp
6>b2_polygon_circle_contact.cpp
6>b2_polygon_contact.cpp
6>b2_prismatic_joint.cpp
6>b2_pulley_joint.cpp
6>b2_revolute_joint.cpp
6>Generating Code...
4>glfw.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Release\glfw.lib
6>Compiling...
6>b2_weld_joint.cpp
3>imgui.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Release\imgui.lib
6>b2_wheel_joint.cpp
6>b2_world.cpp
6>b2_world_callbacks.cpp
6>b2_rope.cpp
6>Generating Code...
6>box2d.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Release\box2d.lib
7>------ Build started: Project: unit_test, Configuration: Release x64 ------
8>------ Build started: Project: testbed, Configuration: Release x64 ------
7>Building Custom Rule E:/libs/box2d-2.4.2/unit-test/CMakeLists.txt
7>hello_world.cpp
8>Building Custom Rule E:/libs/box2d-2.4.2/testbed/CMakeLists.txt
8>draw.cpp
8>imgui_impl_glfw.cpp
8>imgui_impl_opengl3.cpp
8>main.cpp
8>settings.cpp
7>collision_test.cpp
7>joint_test.cpp
8>test.cpp
7>math_test.cpp
8>benchmark_boxes.cpp
7>world_test.cpp
8>add_pair.cpp
8>apply_force.cpp
7>Generating Code...
8>body_types.cpp
8>box_stack.cpp
8>breakable.cpp
8>bridge.cpp
8>bullet_test.cpp
8>cantilever.cpp
8>car.cpp
8>chain.cpp
8>chain_problem.cpp
8>character_collision.cpp
8>circle_stack.cpp
8>Generating Code...
7>unit_test.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Release\unit_test.exe
8>Compiling...
8>collision_filtering.cpp
8>collision_processing.cpp
8>compound_shapes.cpp
8>confined.cpp
8>continuous_test.cpp
8>convex_hull.cpp
8>conveyor_belt.cpp
8>distance_joint.cpp
8>distance_test.cpp
8>dominos.cpp
8>dump_loader.cpp
8>dynamic_tree.cpp
8>edge_shapes.cpp
8>edge_test.cpp
8>friction.cpp
8>gear_joint.cpp
8>heavy1.cpp
8>heavy2.cpp
8>mobile_balanced.cpp
8>mobile_unbalanced.cpp
8>Generating Code...
8>Compiling...
8>motor_joint.cpp
8>pinball.cpp
8>platformer.cpp
8>polygon_collision.cpp
8>polygon_shapes.cpp
8>prismatic_joint.cpp
8>pulley_joint.cpp
8>pyramid.cpp
8>ray_cast.cpp
8>restitution.cpp
8>revolute_joint.cpp
8>rope.cpp
8>sensor.cpp
8>shape_cast.cpp
8>shape_editing.cpp
8>skier.cpp
8>slider_crank_1.cpp
8>slider_crank_2.cpp
8>theo_jansen.cpp
8>tiles.cpp
8>Generating Code...
8>Compiling...
8>time_of_impact.cpp
8>tumbler.cpp
8>web.cpp
8>wheel_joint.cpp
8>wrecking_ball.cpp
8>Generating Code...
8>testbed.vcxproj -> E:\libs\box2d-2.4.2\dist\bin\Release\testbed.exe
9>------ Build started: Project: ALL_BUILD, Configuration: Release x64 ------
9>Building Custom Rule E:/libs/box2d-2.4.2/CMakeLists.txt
10>------ Skipped Build: Project: INSTALL, Configuration: Release x64 ------
10>Project not selected to build for this solution configuration
========== Build: 9 succeeded, 0 failed, 0 up-to-date, 1 skipped ==========
========== Build completed at 12:18 AM and took 47.580 seconds ==========
Open CMD inside of the box2d-2.4.2 source folder
Type the installation command in CMD:
cmake --install dist
The Box2D files will be copied to the installation folder
Note. Installation output
-- Install configuration: "Release"
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_api.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_block_allocator.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_body.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_broad_phase.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_chain_shape.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_circle_shape.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_collision.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_common.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_contact.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_contact_manager.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_distance.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_distance_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_draw.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_dynamic_tree.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_edge_shape.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_fixture.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_friction_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_gear_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_growable_stack.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_math.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_motor_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_mouse_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_polygon_shape.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_prismatic_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_pulley_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_revolute_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_rope.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_settings.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_shape.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_stack_allocator.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_timer.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_time_of_impact.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_time_step.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_types.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_weld_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_wheel_joint.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_world.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/b2_world_callbacks.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/include/box2d/box2d.h
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/lib/box2d.lib
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/lib/cmake/box2d/box2dConfig.cmake
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/lib/cmake/box2d/box2dConfig-release.cmake
-- Installing: E:/libs/box2d-2.4.2-msvc/win/release/lib/cmake/box2d/box2dConfigVersion.cmake
Next guide: Setting up Box2D 2.4.2 in Visual Studio 2022 using CMake