You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those instructions miss that you have to set LD_LIBRARY_PATH (on Linux) or (DYLD_LIBRARY_PATH) on OSX as well as PATH. That would be to $PWD/build/release/host/lib/rtl, so stand-alone executables can find shared libraries, including plugins. On Windows, you have to add this directory to the PATH.
If you run via "flx" command it sets the library path for you. But if you make an executable which you want to run directly without "flx", you may need the path if it loads plugins.
I'd like to be able to use felix in place, or alternatively, install to a custom location - is there a way to do so?
When trying to run
flx
without installing, I get this message:The text was updated successfully, but these errors were encountered: