-
Notifications
You must be signed in to change notification settings - Fork 64
Hard to understand new install instruction #37
Comments
I concur. I am preparing a package for Void Linux and I am basically teasing out the CMakeLists.txt for deps, hoping cmake is supported at all. |
An alternative is to use the complied installer from each release. Scroll down to the bottom of the page: |
Yeah I can do that, but with a rolling release it is not preferred. I ended up (crudely) patching various CmakeLists.txt to comment out qt5 dependencies, b/c cmake choked on finding the qt5 tiff plugin and qt5 was not necessary to begin with. |
You can also set the "Build Headless" flag in CMake to remove the qt5 dependencies. |
headless removes all gui; no rvu. Not a preferred solution. |
Thanks @mostaphaRoudsari, As a$new Linux user I am still confused about how to install the compiled package though. However, I was at the point where I can get
Thanks |
@zha, try installing csh using |
Dear @mostaphaRoudsari , That works, thanks! However, there are some other error during the installation. Could you please also help me to take a look? Much appreciated!
|
Can someone elaborate on install instruction?
It might be simple to understand for coders but for none-coders, the simple "./makeall install" does not seem to make sense. where do I type the text?
The text was updated successfully, but these errors were encountered: