From 662a95749836773faf27c66d34dd53e151ff43d5 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 13 May 2009 21:56:15 +0100 Subject: [PATCH] [doc] updated README --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index d227452..a839e75 100644 --- a/README +++ b/README @@ -18,10 +18,15 @@ Dependancies: - C++0x compiler - cmake - boost (>= 1.40 so trunk at the moment) + - using signal, filesystem, iostreams, system + - svn co http://svn.boost.org/svn/boost/trunk boost-trunk - bison - flex - bohem gc (C/C++ garbage collector) - rapidxml + - http://rapidxml.sourceforge.net/ + - jaula + - http://morongo.homelinux.net/jaula/ You also need to apply a patch on /usr/share/bison/glr.c, the patch can be found in patches/ @@ -52,7 +57,7 @@ src/plugins/lang/mugiwara/bison bison stuff for mugiwara I configure boost with this: -./bjam link=static runtime-link=shared variant=release threading=single toolset=gcc --without-mpi --prefix=/home/t_alexandre3/local/boost -j5 install +./bjam link=static runtime-link=shared variant=release threading=single toolset=gcc --without-mpi --prefix=$HOME/local/boost -j5 install I configure ozulis with this: -- 2.11.4.GIT