Skip to content
Naim A edited this page Sep 13, 2017 · 2 revisions

Required Libraries

  • SQLite3
  • pthreads
  • boost

Required tools

  • CMake, Make
  • GCC
  • git

Building on Linux

git clone https://github.com/naim94a/udpt.git   # Gets the newest code
cd udpt    # Switch into code directory
cmake .    # Let cmake generate Makefiles.
make       # Execute cmake's result Makefile
./udpt     # Execute udpt!