The proposal to update the "Compiling" section

This commit is contained in:
Evgeny Shulgin 2017-01-02 13:22:19 +03:00 committed by GitHub
parent 57ef958250
commit 624f1722b6

View File

@ -21,9 +21,23 @@ More usage information can be found on our website:
- [Using the command line tool](http://www.ccextractor.org/doku.php?id=public:general:command_line_usage)
- [Using the Windows GUI](http://www.ccextractor.org/doku.php?id=public:general:win_gui_usage)
## Compiling
Compilation instructions are coming soon.
### Debian/Ubuntu
Install these packages in the terminal
sudo apt-get install -y gcc
sudo apt-get install -y libcurl4-gnutls-dev
sudo apt-get install -y tesseract-ocr
sudo apt-get install -y tesseract-ocr-dev
sudo apt-get install -y libleptonica-dev
Then run script linux/build or linux/builddebug.
### Windows
Open the windows/ccextractor.sln file with Visual Studio (2015 at least), and build it. Configurations "(Debug|Release)-Full" includes dependent libraries which are used for OCR.
## Support