[RPI] - install from github not working
I've just got a RPI again to test and follow the latest instructions from here https://github.com/openframeworks/openFrameworks/blob/master/INSTALL_FROM_GITHUB.md
so the install is:
scripts/dev/download_libs.sh -p linuxaarch64
but it tries to download a non existent file https://github.com/openframeworks/apothecary/releases/download/latest/openFrameworksLibs_master_linuxaarch64.tar.bz2
cc: @ofTheo @danoli3
ahh - should be:
scripts/dev/download_libs.sh -p linuxaarch64 -t latest
lots still to fix.
prob should make latest be the default in the script until master and latest are synced back up
ok, first try it didnt install anything becuase there was something cached I've removed libs/downloads folder and tried it again install complete but fails running example
make[2]: *** [makefileCommon/compile.core.mk:259: ../../../libs/openFrameworksCompiled/lib/linuxaarch64/obj/Release/libs/openFrameworks/graphics/ofTrueTypeFont.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from ../../../libs/openFrameworks/math/ofMathConstants.h:4,
from ../../../libs/openFrameworks/graphics/ofGraphicsConstants.h:3,
from ../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:4,
from ../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.cpp:1:
../../../libs/openFrameworks/utils/ofConstants.h:317:10: fatal error: tesselator.h: No such file or directory
317 | #include <tesselator.h>
| ^~~~~~~~~~~~~~
compilation terminated.
install script seems to be creating a folder inside libs called openFrameworksLibs_bleeding_linuxaarch64 with the libs inside.
linux aarch64 should be seperate to raspberry pi rootfs.
Going to have to push this fix till Monday. I will get the system working