Downloading Felix
Current Development Version
Felix is free to use. It is in constant development, so the best way to use it is through Git:
git clone http://git.felix-lang.org/r/felix.git cd felix git submodule init git submodule update
Prerequisites
- Install O'Caml 3.11 or above.
- Install Python 3.0 or above.
- Install a C++ compiler. GCC and MSVC are supported.
How to Build
- Run
python3 fbuild/fbuild-light
See python3 fbuild/fbuild-light --help for a description of the
config and build options.
Troubleshooting
For any help or suggestions with the build process, or any questions about felix itsel, try our discussion board.