jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

need to define LD_LIBRARY_PATH to run demo app #385

Closed avilleret closed 8 years ago

avilleret commented 8 years ago

I have to call : LD_LIBRARY_PATH=/usr/local/jamoma/lib/ ./DemoApp to run the demo app it should find the Jamoma lib itself (maybe with RPATH or kind of)

laugre commented 8 years ago

I added it to cmake file. You can specify DemoApp executable destination as cmake argument cmake -DJAMOMA_MODULAR_BUILD_DEMOAPP:Bool=True -DMODULAR_DEMOAPP_INSTALL_FOLDER="..."

It works on mac, and need to be tested on other platforms.

avilleret commented 8 years ago

I don't need anymore to define LD_LIBRARY_PATH to run demo app so I'm closing this issue but there is an issue with the extension path, please see my comment : https://github.com/jamoma/JamomaCore/commit/7885bc4385613b280f9485d2f59d7815a4234924