]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blobdiff - README
Add prerequisites to README
[frescor/frsh-forb.git] / README
diff --git a/README b/README
index 80db8c0206a89a680691637a4f4425f2474b31a2..4d2052d598d532541267c6c7cd2ccd3eb9ebe811 100644 (file)
--- a/README
+++ b/README
    git submodule init
    git submodule update
 
-2) Go to build directory and configure the build:
+2) Install prerequisites. On Debian/Ubuntu:
+
+     apt-get install libidl-dev libcpufreq-dev libacpi-dev \
+                    libcgroup-dev libncurses5-dev
+
+   To build camera demo, you need to:
+
+     apt-get install freeglut3-dev
+
+3) Go to build directory and configure the build:
    
    cd build/aquosa
    make default-config
    or can use cgroups. Note, that cgroups support is not well tested,
    but we plan to work on it.
 
-3) Compile it:
+4) Compile it:
 
    make
 
-4) Test it:
+5) Test it:
 
    ./_compiled/bin/fcb &
    ./_compiled/bin/frm_dummy &