Replies: 7 comments
-
Definitely should be doable, I'll look into what it takes! |
Beta Was this translation helpful? Give feedback.
-
Any luck looking into this ? |
Beta Was this translation helpful? Give feedback.
-
@Rimpire > Any luck looking into this ? You mean a statically linked build? |
Beta Was this translation helpful? Give feedback.
-
Supposedly, AppImage will do the trick, gonna look into it! |
Beta Was this translation helpful? Give feedback.
-
Yeah, that should work. Shared libraries not on the target system have to be bundled with the executable (similar to how DLLs are packaged with executable files on Windows). AppImage uses LD_LIBRARY_PATH Which in general should work, as that is not easy to disable the use of. |
Beta Was this translation helpful? Give feedback.
-
See AppImage uses FUSE but that can be worked around if the user can't use it on the target system. |
Beta Was this translation helpful? Give feedback.
-
It'll be hard to make perfect, but it looks like it'll work for most circumstances. I'll try to make a build target for it 👍 |
Beta Was this translation helpful? Give feedback.
-
This is more of a question rather than an issue.
I am not able to compile nedit-ng on all of Linux systems I am using, since some are missing dependencies and I have no root access on them.
Is there a way to build a portable executable with all dependencies included in the build folder ?
I am very novice to cmake searching around I tried to use the pointers from here but with no luck.
Beta Was this translation helpful? Give feedback.
All reactions