Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
sudo apt-get install python-scipy python-matplotlib gnome-do python-opencv valgrind python-gnome2 glade-gnome-3 \
mercurial scons emacs22 hardinfo hwinfo gphoto2 libgphoto2-2-dev subversion cvs python-tk swig checkinstall \
python-cherrypy3 python-numpy python-imaging

For installing development version of Ocropus, visit: http://code.google.com/p/ocropus/wiki/InstallTranscript

Note

Note, that if running 64-bit Ubuntu you may get an error when compiling openfst. See this bug for more information

.

For installing iulib/ocropus 0.3 (old version):

Code Block
hg clone https://iulib.googlecode.com/hg/ iulib
sudo sh ./ubuntu-packages
scons
sudo checkinstall --pkgversion=0.3-HEAD scons install

hg clone https://ocropus.googlecode.com/hg/ ocropus
sudo sh ./ubuntu-packages
scons
sudo checkinstall --pkgversion=0.3-HEAD scons install
sudo ldconfig (necessary to update environment to use new iulib/ocropus libraries)

...