Download the latest Fahrenheit binaries, javadocs and resources.
The following files are available for download. These include the full distribution source code and CMake build scripts.
| File Name | Action |
|---|---|
| fahrenheit | Download |
| fahrenheit.exe | Download |
To use Fahrenheit in your C++ project, download the source code and build it using CMake:
git clone https://github.com/alantea/fahrenheit-cpp.git
cd fahrenheit-cpp
cmake -B build
cmake --build build --config Release