Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 604 Bytes

installation.md

File metadata and controls

32 lines (24 loc) · 604 Bytes

Installing Buzz

Requirements

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

Download

You can download the development sources through git:

git clone https://github.com/buzz-lang/Buzz.git buzz

Standalone Installation

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