From 884a735d5e746539418d58194c9242aba479bfb5 Mon Sep 17 00:00:00 2001 From: maelstrom Date: Mon, 21 Apr 2025 23:11:00 +0200 Subject: [PATCH] chore: removed information on building reactphysics3d, as it is now already done for you --- BUILD.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index 7d803ed..67afef6 100644 --- a/BUILD.md +++ b/BUILD.md @@ -22,9 +22,6 @@ The project will be built using VCPKG and MSVC * Qt 6.8.3 or higher, with MSVC toolchain * CMake * Git (for cloning the repo, optional) -* ReactPhysics3D prebuilt library - -You will have to build and install ReactPhysics3D yourself. Check the [build instructions on ReactPhysics3D](https://www.reactphysics3d.com/documentation/index.html#building) for help To start, clone the repository: