Skip to content

Building From Source

Derrick edited this page May 20, 2016 · 5 revisions

#Building From Source Instructions on how to build the necessary software.

##Dependencies The following packages are required to build the server and supplied plugins. These can be obtained through apt-get:

  • uuid-dev
  • libwebsockets 2.0.1

##Building In the SmartReflectServer project folder, run the following commands:

mkdir build
cd build
cmake ..
make

Both DaemonCom (Command Line Interface for the Server API) and the SmartReflectServer PluginDaemon will be built.

Clone this wiki locally