Evoplex

Evoplex

  • Download
  • Docs
  • Help
  • Blog
  • English
    • Português (Brasil)
    • Help Translate
  • GitHub

›Building Evoplex

Getting Started

  • Introduction
  • Installing on Linux
  • Installing on macOS
  • Installing on Windows
  • User Interface

Building Evoplex

  • Getting the source code
  • Installing dependencies
  • Compiling Evoplex

Plugins

  • How to compile a plugin
  • How to run a plugin
  • How to create a plugin
  • Example Plugins
Edit

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. Get the source code
  2. Install dependencies
  3. Use CMake to compile the source code into an executable

1. Getting the source code

Using Git (recommended)

Assuming you have Git installed on your computer,

  1. Open the terminal (Git Bash on Windows)
  2. Go to the directory where you want to place it (i.e., using cd /the/path/to/your/dir)
  3. a) You can fork our repository on GitHub and clone it from
    git clone https://github.com/<your-username>/evoplex evoplex/evoplex
    
    b) Or you can clone it directly from our repository as follows:
    git clone https://github.com/evoplex/evoplex.git evoplex/evoplex
    
    It will download the repository to 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
← User InterfaceInstalling Dependencies →
  • 1. Getting the source code
    • Using Git (recommended)
    • From .zip archive
Evoplex
Docs
Getting Started
Community
Mailing listProject ChatTwitter
More
BlogGitHubStar
Copyright © 2019 Marcos Cardinot