Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 420 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 420 Bytes

Dali examples

Installing dependencies

Ubuntu
sudo apt-get install protobuf* libprotobuf* libsqlite*
Fedora

Tested on Fedora 23

sudo dnf install gflags gflags-devel protobuf protobuf-c protobuf-c-compiler protobuf-devel protobuf-c-devel sqlite sqlite-devel

Compiling with local build of Dali

mkdir build
cd build
DALI_HOME=/path/to/Dali cmake ..
make -j9