Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request ability to install to alternative directory #124

Closed
bbarker opened this issue Nov 11, 2018 · 3 comments
Closed

Request ability to install to alternative directory #124

bbarker opened this issue Nov 11, 2018 · 3 comments

Comments

@bbarker
Copy link
Contributor

bbarker commented Nov 11, 2018

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:

Grammar include file '/usr/local/lib/felix/felix-2018.09.16/share/lib/grammar/grammar.files' doesn't exist, exiting 
@bbarker
Copy link
Contributor Author

bbarker commented Nov 11, 2018

Oops, I had only looked on the main site and the github README.

@bbarker bbarker closed this as completed Nov 11, 2018
@skaller
Copy link
Member

skaller commented Nov 11, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants