Supported platforms:
Clone the TLDS from the git repo:
$ git clone https://github.com/ucf-cs/tlds
g++4.8.4 or above
pthreads
boost 1.37 or above
Intel TBB
tcmalloc (packaged in libgoogle-perftools-dev on Ubuntu)
GSL
git clone https://github.com/ucf-cs/tlds
mv tlds trans-dev
cd trans-dev
./bootstrap.sh
cd ../trans-compile
../trans-dev/configure
make -j8 #-j followed by a number runs make with that many threads
./src/trans #this runs the tester without any options
Now you can add TLDS containers and algorithms into your own applications. See user manual for more information. Let us know if you have any questions!