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 ]
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..."
# init all submodules (only necessary the first time)
git submodule init
if [ -d .git ]; then
# check if Gem submodule is empty, and if so do first init
if [ "$(ls -A Gem)" ]; then
git submodule update
else
# init all submodules (only necessary the first time)
git submodule init
git submodule update
fi
......@@ -185,7 +183,7 @@ then
# then
cd l2ork_addons/cwiid/
# install cwiid
git submodule update
# git submodule update
aclocal
autoconf
./configure --with-python=python2
......@@ -324,7 +322,7 @@ then
#fi
# install rtcmix~ external
cd rtcmix-in-pd/
git submodule update
#git submodule update
cd RTcmix*
./configure
#make clean
......@@ -346,7 +344,7 @@ then
cd ../
# install lyonpotpourri
cd lyonpotpourri/
git submodule update
#git submodule update
make
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
......
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