The Eye of Sauron
First take a look at the dependencies bellow, you should install all the dependencies to successfully compile the Focus Daemon. Once done just run the following commands in the root directory of the repository
mkdir build
cd build
cmake .. (Linux) /or/ cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug .. (Windows)
make (Linux) /or/ nmake (Windows)
Then simply run the generated executable depending on the platform where you have build the daemon.
- Protobuf 3 (https://github.com/google/protobuf)
- OpenSSL
- ZeroMQ (https://github.com/zeromq/libzmq)
- libx11-dev
- libxmu-dev
- libxss-dev
- libwebkit2gtk-4.0-dev
- Carbon