Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 551 Bytes

File metadata and controls

28 lines (22 loc) · 551 Bytes

Building Laser from Source

Linux

Dependencies: gcc, make

git clone https://github.com/rozukke/laser-mcpp.git
git checkout testing
cd laser/src
make
sudo make install
# alternatively, move the compiled binary to your preferred location

Mac OSX

Dependencies: xcode command line tools

xcode-select --install
git clone https://github.com/rozukke/laser-mcpp.git
git checkout testing
cd laser/src
make
sudo make install
# alternatively, move the compiled binary to your preferred location