From 8f3d971d75db1c35ede8142808f4a6133d695317 Mon Sep 17 00:00:00 2001 From: emeric Date: Thu, 20 Mar 2014 10:45:15 +0100 Subject: [PATCH] Basic build instructions --- README | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/README b/README index fcb23bd5..e7c13f56 100644 --- a/README +++ b/README @@ -1,7 +1,23 @@ +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) + -1/ Si continuation, faire un transcode.process jusqu'a qu'on ait les bons octets -2/ Sinon faire un seek, flusher tout ce qu'on a ecrit - -> se servir des octets demandépar le client HTTp uniquement pour faire du seek, ne pas stockergrand chose ? Utiliser une queue ? -3/ Desactiver le seek dans le memiocontext ? +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