Skip to content

Commit

Permalink
build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
PierceLBrooks committed Dec 31, 2024
1 parent 8763fae commit 3f7e82c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.bat
vcpkg.exe install freeglut
cd ..
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake ..
cmake --build . --target install
cd ..

0 comments on commit 3f7e82c

Please sign in to comment.