Skip to content

Commit

Permalink
Adding GLUT to compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Dec 30, 2023
1 parent 5f7ef9d commit 9123126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ if [ ! -d "dependencies/ps2gl" ]; then
fi
echo "------Compiling ps2gl------"
pushd dependencies/ps2gl && make install -j$(nproc); popd
pushd dependencies/ps2gl/glut && make install -j$(nproc); popd

echo "------Compiling ps2-engine------"
make deploy_iso -j$(nproc)

0 comments on commit 9123126

Please sign in to comment.