ShivaGupta Posted November 24, 2013 Share Posted November 24, 2013 want to use this ubuntu commond on debian 6.0 squize wget http://www.leptonica.org/source/leptonlib-1.67.tar.gz tar -zxvf leptonlib-1.67.tar.gz cd leptonlib-1.67 ./configure make sudo checkinstall (follow the prompts and type "y" to create documentation directory. Enter a brief description then press enter twice) sudo ldconfig plz tell me how to use i am geting -bash: make: command not found -bash: sudo: command not found Link to comment https://forums.phpfreaks.com/topic/284208-plz-litile-help/ Share on other sites More sharing options...
ShivaGupta Posted November 24, 2013 Author Share Posted November 24, 2013 To build the software now, do something like: $ ./configure [--with-debug] [...other options] $ make Configuration is done. You can now build tesseract by running: % make root@xxxxx:~/tesseract-3.00# Link to comment https://forums.phpfreaks.com/topic/284208-plz-litile-help/#findComment-1459770 Share on other sites More sharing options...
trq Posted November 24, 2013 Share Posted November 24, 2013 Make sure you have build-essentials installed. apt-get install build-essentials Link to comment https://forums.phpfreaks.com/topic/284208-plz-litile-help/#findComment-1459771 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.