Files
lms/README
T
2014-03-31 13:15:31 +02:00

25 lines
400 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
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