-
Notifications
You must be signed in to change notification settings - Fork 0
Compiling from source
MICROWAVE edited this page Aug 28, 2019
·
1 revision
It's very simple but you need stuff first
Also, I want to say that you need to get sources from release if you don't want to experience crashes or stuff. It is also recommended for Windows users to run the pre-built binaries instead of compiling it from source.
- For Windows, you will need to install mingw and add it to PATH. (tested with MinGW64) then run compile.bat. The compiled software will be stored in the bin folder.
- For Linux, you need to install cmake tools then run compile.sh from a Terminal.
-
sudo apt-get install cmake
for Debian and Ubuntu -
sudo pacman -S cmake
for ArchLinux - Never used OpenSUSE, CentOS or Fedora so I don't know for those ones.
-
Work in progress...