Evoplex from Source Code
If you want to debug an issue or want to understand how Evoplex works, you'll want to get the source code, build and run it. However, if you just want to use Evoplex, you should install it directly from the binary packages.
The main steps to compile Evoplex are as follows:
1. Getting the source code
Using Git (recommended)
Assuming you have Git installed on your computer,
- Open the terminal (Git Bash on Windows)
- Go to the directory where you want to place it (i.e., using
cd /the/path/to/your/dir
) - a) You can fork our repository on GitHub and clone it from
b) Or you can clone it directly from our repository as follows:git clone https://github.com/<your-username>/evoplex evoplex/evoplex
It will download the repository togit clone https://github.com/evoplex/evoplex.git evoplex/evoplex
evoplex/evoplex
relative to your current directory.
From .zip archive
Alternatively, you can download the source code from the .zip
archive.
- Under development: Master branch
- Latest stable release: Evoplex 0.2.1