Commit 3f07cf56 authored by claes's avatar claes

build-howto updated

parent febcc294
......@@ -10,12 +10,12 @@ g++
make
flex
libgtk2.0-dev
libdb4.8-dev (Any Berkeley DB version > 4.3, on Fedora db4-devel)
libdb4.8++-dev
libdb5.1-dev (Any Berkeley DB version > 4.3, on Fedora db4-devel)
libdb5.1++-dev
libasound2-dev (on Fedora alsa-lib-devel)
doxygen
libmysql++-dev (optional)
antlr (version 2.7.7)
libantlr-dev (version 2.7.7)
jdk
Proview has been built with the follwing compilers:
......@@ -35,10 +35,11 @@ g++
libgtk2.0-dev
cpp
libasound2-dev
libdb4.8-dev
libdb4.8++-dev
libdb5.1-dev
libdb5.1++-dev
doxygen
libmysql++-dev (optional)
libantlr-dev (version 2.7.7)
java: Download jdk-6u10-linux-i586.bin from java.sun.com. Define the
environment variable jdk to the path where the package is
......@@ -47,13 +48,6 @@ java: Download jdk-6u10-linux-i586.bin from java.sun.com. Define the
export jdk=/usr/local/jdk1.6.0_10
export PATH=$PATH:$jdk/bin
antlr: Download and build source package antlr-2.7.7 from www.antlr.org
On fedora configure with './configure --disable-csharp'.
Hints:
- You may have to rename /usr/bin/jikes and /usr/bin/java
temporary during configure.
- Include <strings.h> and <stdio.h> in lib/cpp/antlr/CharScanner.hpp
There has to be a valid display when building proview.
2. Easy way
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment