Jump to content

Editor Dependencies


Josh
 Share

Recommended Posts

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.

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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...