Skip to content
Snippets Groups Projects
Commit 799ced4d authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

and yet another fix/reworking on the rpi external build process

parent 7c340869
No related branches found
No related tags found
No related merge requests found
git clone https://github.com/WiringPi/WiringPi.git wiringPi cd disis_gpio
cd wiringPi
git stash
git pull
cd wiringPi
make static
cd ../../disis_gpio
./build.sh ./build.sh
cd ../ cd ../
......
...@@ -292,10 +292,10 @@ then ...@@ -292,10 +292,10 @@ then
then then
cd raspberry_pi cd raspberry_pi
./makeall.sh ./makeall.sh
cp -f disis_gpio/disis_gpio.pd_linux ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra cp -f disis_gpio/disis_gpio.pd_linux ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
cp -f disis_gpio/disis_gpio-help.pd ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra cp -f disis_gpio/disis_gpio-help.pd ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
cp -f disis_spi/disis_spi.pd_linux ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra cp -f disis_spi/disis_spi.pd_linux ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
cp -f disis_spi/disis_spi-help.pd ../../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra cp -f disis_spi/disis_spi-help.pd ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
cd ../ cd ../
fi fi
# finish install # finish install
......
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