ShivaGupta Posted November 24, 2013 Share Posted November 24, 2013 (edited) 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 Edited November 24, 2013 by ShivaGupta Quote 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 (edited) 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# Edited November 24, 2013 by ShivaGupta Quote Link to comment https://forums.phpfreaks.com/topic/284208-plz-litile-help/#findComment-1459770 Share on other sites More sharing options...
Solution trq Posted November 24, 2013 Solution Share Posted November 24, 2013 Make sure you have build-essentials installed. apt-get install build-essentials Quote Link to comment https://forums.phpfreaks.com/topic/284208-plz-litile-help/#findComment-1459771 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.