Fahrenheit 0.4.0

Downloads

Download the latest Fahrenheit binaries, javadocs and resources.

Available Files

The following files are available for download. These include the full distribution source code and CMake build scripts.

File Name Action
fahrenheitDownload
fahrenheit.exeDownload

Installation Note

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