openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

[RPI] - install from github not working

Open dimitre opened this issue 9 months ago • 6 comments

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

dimitre avatar Mar 27 '25 18:03 dimitre

ahh - should be: scripts/dev/download_libs.sh -p linuxaarch64 -t latest

ofTheo avatar Mar 27 '25 19:03 ofTheo

lots still to fix.
prob should make latest be the default in the script until master and latest are synced back up

ofTheo avatar Mar 27 '25 19:03 ofTheo

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.

dimitre avatar Mar 27 '25 21:03 dimitre

install script seems to be creating a folder inside libs called openFrameworksLibs_bleeding_linuxaarch64 with the libs inside.

dimitre avatar Mar 27 '25 22:03 dimitre

linux aarch64 should be seperate to raspberry pi rootfs.

Going to have to push this fix till Monday. I will get the system working

danoli3 avatar Mar 28 '25 09:03 danoli3