-
Notifications
You must be signed in to change notification settings - Fork 7
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
can a release be made ? #16
Comments
@rofl0r I've made a AppImage for this purpose, pre-built binaries for the latest commit can be found here. Quick Start (No Installation Required or Building, even works in live boot)
|
@antony-jr that's laudable, but i do not run other people's binaries on my machine; also i'm looking for bundling this in my source-based distro. |
@rofl0r Actually it's built on Github Actions(CI/CD, the logs are public. I can only say it does not contain any exploits, if you are concerned you can run it in Firejail) but if you prefer not to use AppImages then it's fine.
AppImages uses FHS so you could get a idea on how I bundled it. itk3.3 package is only available in Ubuntu Trusty which was LTS but dropped. You need itk3.3(that specific version which is found in trusty, I tried to compile this specific version from source but it's a bit hard or I'm doing something wrong. Also the TCL libs are hardcoded you need to patch like how I did -> https://github.com/antony-jr/insight/tree/master/patches (look into all patches relating to itcl, itk and tcl8.6 and tcl8.5) |
To extract a AppImage and view it's contents you could use the argument |
even if i wanted to run the app image i couldn't because of AppImage/AppImageKit#1112
ah thanks, that could be what i need (if the author keeps on refusing to create a release) |
musl support is still a bit complicated. Also the insight pre-built binaries are from Ubuntu Xenial so it's not going to run in alpine linux. |
i've seen the sourceware git repo is still active. since the last insight release 6.8.1 is ten years old, it'd be nice if finally a release could be produced, since it's awkward to pull git repos with submodules for distro build recipes, also to run autoreconf via the build script. it's much nicer to have a release tarball where all this is included.
on another topic, i managed to get 6.8.1 to build, however when i start it it complains about:
i do have have tcl 8.6 installed though and the FAQ here https://sourceware.org/insight/faq.php#q-2.4 mentions environment variable TCL_LIBRARY, so i tried:
which results in
do you happen to know how this can be fixed ?
The text was updated successfully, but these errors were encountered: