Skip to content

Commit

Permalink
🦜 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeFTN committed May 11, 2023
1 parent 035e2e9 commit 479ebc0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Game.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Clear any previous installation
make clean

# Install dependencies
make install
export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH

# Compile the Game
make

# Export library to path
export LD_LIBRARY_PATH=./lib/raylib/lib:$LD_LIBRARY_PATH

# Run Game
./bin/Game

0 comments on commit 479ebc0

Please sign in to comment.