Josh Posted April 1, 2014 Share Posted April 1, 2014 One of the things I tried doing for distribution was to make a launcher script that sets the library path to a /libs folder in the editor's directory, so it would load libraries from there. I could not get this to work because it was loading other files like fonts and GTK themes that had to be installed. However, this might be helpful to someone. A script to launch the editor would look like this: export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:." exec "./Leadwerks" "$@" It's possible this might be able to get rid of all sym links, and just install the 64-bit libs, because I assume that would provide those extra required files. Not sure yet. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.