Download Rave binaries

The Rave repository on GitHub has a Releases section, which hosts precompiled binaries for different platforms.

Right now, there's binaries for both Windows and Linux.

...or compile Rave from the source code

For this method, you will need to build the Rave compiler from sources.

Prerequisites:

  • llvm-16 (you can also use any LLVM version, starting from 14 and up to 18)
  • `clang` or `gcc`
  • C++ compiler (with support of C++17 and higher)
  • Make
  • MinGW (if you need cross-compilation or you are using Windows)

You can install these dependencies yourself, or, alternatively, use `install.sh` or `install.bat` scripts, provided in the repository.

The final step is to run `make` command, and you should have the `rave` binary built.

If you encounter any issues during the build process, feel free to report them to the issue tracker, or to ask for help in the Rave discord server or the subreddit.