Regardless of the installation type, you need the following packages:
- A UNIX system (Linux or MacOSX; Microsoft Windows is not supported)
- g++ >= 4.3 (on Linux) or clang >= 3.1 (on MacOSX)
- cmake >= 2.8.12
You can download the development sources through git:
git clone https://github.com/buzz-lang/Buzz.git buzz
To install Buzz by itself, execute the following:
cd buzz
mkdir build && cd build
cmake ../src
make
sudo make install
On Linux, run this command too:
sudo ldconfig