Imagine++
|
The easiest is to use an installer, if available for your distribution. However, if you do not have root privileges, you can use a binary package. If you want to build directly from source, you will end up with a binary package adapted for your system. Do not forget to set the Imagine_DIR
environment variable.
If you are using Debian or derivative distribution (Ubuntu...), you can use the appropriate package, which will automatically fetch the dependencies.
To install, enter the following command in a terminal:
If the interface complains about "bad package quality" or proposes to "repair", agree and continue installation.
The last point is to set your Imagine_DIR
environment variable. To do it permanently: assuming that you installed into /usr/share/Imagine++
, as the Debian package does:
Go to Usage and check the tests.
If you use another distribution, or if you do not have root privileges, you can download and extract the binary archive, after having installed the dependencies with your package manager: libqt5opengl5-dev, cmake-qt-gui, g++, gdb.
If for any reason one of the methods above is not appropriate for you, follow carefully these steps to create a binary package adapted to your system.
Get the sources here http://imagine.enpc.fr/~monasse/Imagine++/downloads/Imagine++-5.0.0-Source.tar.gz and decompress them.
Get and install the following with your package manager.
The commands below work with Debian and derivatives (Ubuntu and variants):
The following commands build the packages.
You should see the binary archive and maybe the Debian package. You should then install one of them, following the instructions above (Installers or Alternative: Binary package).
Before installing, you may wish to check the tests, for example:
If the process fails somewhere, please check Troubleshooting.
If you want to build the documentation, run
before 'make package'