Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OCRopus 0.3
Ubuntu 8.10 (Intrepid Ibex)
Components required prior to install: g++, scons, svn.

Following instructions here: http://sites.google.com/site/ocropus/install-0-3

...

  • Download iulib 0.3 package from iulib's google code page. http://code.google.com/p/iulib/
  • Get any missing libraries, run: sudo apt-get install libpng12-dev libjpeg62-dev libtiff4-dev libavcodec-dev libavformat-dev libsdl-gfx1.2-dev libsdl-image1.2-dev
  • The website states to First run sudo scons install, ran using ./configure;make instead //this avoids a colib error.
  • Then run sudo make install

...