Skip to content

Commit

Permalink
Adding ps2stuff to compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Dec 30, 2023
1 parent a480635 commit 15ff4cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ pushd dependencies/openvcl
sudo -E make install -j$(nproc)
popd

# PS2Stuff
if [ ! -d "dependencies/ps2stuff" ]; then
echo "------Cloning ps2stuff------"
git clone https://github.com/ps2dev/ps2stuff.git dependencies/ps2stuff
fi
echo "------Compiling ps2gl------"
pushd dependencies/ps2stuff && make install -j$(nproc); popd

# PS2GL
if [ ! -d "dependencies/ps2gl" ]; then
echo "------Cloning ps2gl------"
Expand Down

0 comments on commit 15ff4cc

Please sign in to comment.