Adrien Bertrand

Results 275 comments of Adrien Bertrand

Well, I never set those paths myself, though ^^' Seems like CMake (along with the included `GNUInstallDirs` module) chose /usr/lib64/ on your system, which may be fine, but I guess...

In addition of the autotools build, If you can also check with CMake (the CMakeLists etc should work just fine) if it's better with different versions of the deps etc,...

It was done on purpose actually because finding the built stuff is needed for the next steps (other libs needing each other as dependencies, and that's done via the pkg-config...

It's certainly easy enough to *not* add a dependency on the install of libA to the build of libB. LibB just won't be able to be built until the user...

Such minor (yet good) cleanup can probably be done without knowing much of the codebase so any help is likely welcome :)

Heh, I'm not even sure if keystrokes could still be sent over USB once the app is open, but anyway arTIfiCE should really only be used to install Cesium and/or...

I have a one liner cmake like to build and install everything if you're interested though haha Anyway, I'm getting used to packaging the ti community apps for macOS so...

Ok it's not exactly one-line because of setup things you'd have to do once before Here's a short enough script though: **Deps etc (let me know if there's something missing,...