
I) DEPENCIES

libboost-dev libextractor-dev libavcodec-dev libwt-dev

Warning: your distrib may provide an outdated wt library. Latest Wt highly recommended (http://www.webtoolkit.eu/wt)


II) BUILD

autoreconf -vfi
mkdir build
cd build
../configure

(configure will complain if a mandatory library is missing)

make -j 4


III) RUNNING

./lms --docroot=../ --http-port=8080 --http-address=0.0.0.0

