sudo apt-get install protobuf* libprotobuf* libsqlite*
Tested on Fedora 23
sudo dnf install gflags gflags-devel protobuf protobuf-c protobuf-c-compiler protobuf-devel protobuf-c-devel sqlite sqlite-devel
mkdir build
cd build
DALI_HOME=/path/to/Dali cmake ..
make -j9