Skip to content
Snippets Groups Projects
Commit d0bdd18b authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

port 4a93e8e2ae2947d2322dde5d3233a68f82873774 from Pd-l2ork: minor...

port 4a93e8e2ae2947d2322dde5d3233a68f82873774 from Pd-l2ork: minor improvements to the build script to accomodate new miXed submodule
parent a62ea5c7
No related branches found
No related tags found
No related merge requests found
...@@ -129,14 +129,12 @@ if [ $full -gt 0 -o $deb -gt 0 ] ...@@ -129,14 +129,12 @@ if [ $full -gt 0 -o $deb -gt 0 ]
then then
echo "Pd-L2Ork full installer... IMPORTANT! To ensure you have the most up-to-date submodules, this process requires internet connection to pull sources from various repositories..." echo "Pd-L2Ork full installer... IMPORTANT! To ensure you have the most up-to-date submodules, this process requires internet connection to pull sources from various repositories..."
# init all submodules (only necessary the first time)
git submodule init
if [ -d .git ]; then if [ -d .git ]; then
# check if Gem submodule is empty, and if so do first init # check if Gem submodule is empty, and if so do first init
if [ "$(ls -A Gem)" ]; then if [ "$(ls -A Gem)" ]; then
git submodule update git submodule update
else else
# init all submodules (only necessary the first time)
git submodule init git submodule init
git submodule update git submodule update
fi fi
...@@ -185,7 +183,7 @@ then ...@@ -185,7 +183,7 @@ then
# then # then
cd l2ork_addons/cwiid/ cd l2ork_addons/cwiid/
# install cwiid # install cwiid
git submodule update # git submodule update
aclocal aclocal
autoconf autoconf
./configure --with-python=python2 ./configure --with-python=python2
...@@ -324,7 +322,7 @@ then ...@@ -324,7 +322,7 @@ then
#fi #fi
# install rtcmix~ external # install rtcmix~ external
cd rtcmix-in-pd/ cd rtcmix-in-pd/
git submodule update #git submodule update
cd RTcmix* cd RTcmix*
./configure ./configure
#make clean #make clean
...@@ -346,7 +344,7 @@ then ...@@ -346,7 +344,7 @@ then
cd ../ cd ../
# install lyonpotpourri # install lyonpotpourri
cd lyonpotpourri/ cd lyonpotpourri/
git submodule update #git submodule update
make make
mkdir -p ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra/lyon mkdir -p ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra/lyon
# do not include cartopol and poltocar since cyclone library already has those # do not include cartopol and poltocar since cyclone library already has those
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment