Files
lms/README
T
2014-03-20 10:45:15 +01:00

24 lines
384 B
Plaintext

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
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