Repository : ssh://git@open-mesh.org/doc
On branches: batman-adv-doc,master
commit 7eb727eb3925e71849af0bc29bd1cac80b12b965 Author: Sven Eckelmann sven.eckelmann@gmx.de Date: Sun Feb 22 15:08:39 2009 +0100
Add build instructions
7eb727eb3925e71849af0bc29bd1cac80b12b965 README | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+)
diff --git a/README b/README new file mode 100644 index 00000000..7d0f9179 --- /dev/null +++ b/README @@ -0,0 +1,34 @@ +Requirements +============ + + * GNU make - http://www.gnu.org/software/make/ + * xmlto - https://fedorahosted.org/xmlto/ + * docbook-xml (>= 4.5) - http://www.oasis-open.org/docbook/xml/ + * docbook-xsl - http://wiki.docbook.org/topic/DocBookXslStylesheets + * fop - http://xmlgraphics.apache.org/fop/ + * ghostscript - http://www.ghostscript.com/ + * coreutils - http://www.gnu.org/software/coreutils/ + * gnuplot - http://gnuplot.sourceforge.net/ + * dia - http://live.gnome.org/Dia + * texlive-latex-base - http://www.tug.org/texlive/ + * texlive-base - http://www.tug.org/texlive/ + * ps2eps - http://www.tm.uka.de/~bless/ps2eps + * imagemagick - http://www.imagemagick.org/ + + +Supported build targets +======================= + + $ make batman_doc +build complete documentation with all chapters + + $ make batman_iv_only_doc +build only chapter about B.A.T.M.A.N. algorithm + + +Troubleshooting +=============== + * libjli.so: cannot open shared object file: No such file or directory + Make sure that /proc is mounted and `ls -l /bin/ls -l /proc/self/exe` prints + [...] /proc/self/exe -> /bin/ls + See http://bugs.debian.org/435293 for more informations