Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1 KB

building.markdown

File metadata and controls

31 lines (21 loc) · 1 KB
layout title
default
Building from source code

Building from source code

Before building Spectrum from source code, you need to install the following dependencies:

If you want to build also unit tests, you have to install CppUnit.

For SpectrumCtl (script for easier starting/stopping Spectrum instances), you have to have installed:

Once you have these dependencies installed, you can get Spectrum’s source code:

git clone git://github.com/hanzz/spectrum.git

After you have downloaded the source code, you can build Spectrum:

cd spectrum cmake . make sudo make install