
I encountered a couple of problems trying to install Lemur 4.11 on Ubuntu 10.04 Server. There are a few requirements not documented at the developers site. First, you need to make sure you have a c/c++ compiler (obviously). Do
sudo apt-get install build-essential
to install all essential c/c++ compiler packages. Also, you need to have the zlib packages:
sudo apt-get install zlib1g zlib1g-dev
Then, follow the installation instructions at the Lemur wiki:
http://sourceforge.net/apps/trac/lemur/wiki/Compiling%20and%20Installing...
Comments
Post new comment