Installing on Linux
AppImage ("universal" Linux package)
Latest stable release
Version | Release Date | Compiler | Qt | |
---|---|---|---|---|
Evoplex 0.2.1 - x86_64 AppImage | Oct 23, 2018 | gcc4.8 | 5.9.5 | Release Notes |
How to run Evoplex
We provide an AppImage that runs on most Linux systems. No istallation is needed, just download, make it executable and run it. This can either be done using the GUI or via the command line.
Using the GUI
- Open the location where you placed the
evoplex.AppImage
file - Right-click on the AppImage and click on
Properties
- In the
Permissions
tab, enable theAllow executing file as program
checkbox (it's calledIs executable
in Dolphin andExecute: Anyone
in PCManFM). - Close the dialog
- Double-click the
evoplex.AppImage
file to run.
Using the Terminal
- Open a terminal
- Change to the directory containing the evoplex.AppImage file, e.g., using
cd <my directory>
- Make the AppImage executable:
chmod +x evoplex.AppImage
- Run the AppImage: ./evoplex.AppImage
Need help? click here
Past releases
Version | Release Date | Compiler | Qt | |
---|---|---|---|---|
Evoplex 0.2.0 - x86_64 AppImage | Sep 04, 2018 | gcc4.8 | 5.9.5 | Release Notes |
Evoplex 0.1.0 - x86_64 DEB | Aug 06, 2018 | gcc8 | 5.11.1 | Release Notes |
Evoplex 0.1.0 - x86_64 RPM | Aug 06, 2018 | gcc8 | 5.11.1 | Release Notes |