Skip to content

Commit

Permalink
add build projucer script for linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
talaviram committed Sep 26, 2021
1 parent 2517cea commit 9a66220
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build_projucer_linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
TICK_PATH=$('pwd')
cd ./JUCE/extras/Projucer/Builds/LinuxMakefile/ && make && pwd
cd $TICK_PATH
./JUCE/extras/Projucer/Builds/LinuxMakefile/build/Projucer ./TICK.jucer

0 comments on commit 9a66220

Please sign in to comment.