Build from Source
FavorX is written using the Go language.
You can build the FavorX executable files directly from the source code.
In any system, the building process is the same, and you need to meet the following prerequisites according to your system.
- go - download the latest release from golang.org
- git - download from git-scm.com
- make - usually included in most operating systems, or you can download from https://github.com/mstorsjo/llvm-mingw/releases
- Ubuntu
- Windows
- MacOS
Clone the repository
git clone https://github.com/FavorLabs/favorX.git
cd favorXBuild the binary
make binary
Check you are able to run the
favorX
command. Success can be verified by running:dist/favorX version
Clone the repository
git clone https://github.com/FavorLabs/favorX.git
cd favorXBuild the binary
make binary
Check you are able to run the
favorX
command.Success can be verified by running:dist\favorX.exe version
Clone the repository
git clone https://github.com/FavorLabs/favorX.git
cd favorXBuild the binary
make binary
Check you are able to run the
favorX
command. Success can be verified by running:dist/favorX version