From 333a91b7f96579e4e6698f58e477956a59f8fc2f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 5 Mar 2022 17:01:22 +0100 Subject: [PATCH] fix optional tools/extensions text --- general/setup.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/general/setup.md b/general/setup.md index 975d4ab..b4dcc8d 100755 --- a/general/setup.md +++ b/general/setup.md @@ -11,10 +11,11 @@ Make sure your dev-environment or server fulfills the following requirements: * databases: mysql/postgresql/sqlsrv * web server: apache2/nginx * mod_headers (apache2) +* software: tesseract\*, pdftotext\*, pdftoppm\* The application and frameworks can use different databases. For the normal development process you only need one (whichever you prefer). However, in order to test against all supported databases and all code paths you would have to install all above mentioned databases. -Extensions marked with `*` are optional but recommended. They are only required in special situations. Requirements with a `/` in between mean that only one of the dependencies is necessary depending on your preferences and previous decisions. +Extensions and software marked with `*` are optional but recommended. They are only required in special situations. Requirements with a `/` in between mean that only one of the dependencies is necessary depending on your preferences and previous decisions. Steps which are not explained in this documentation are how to install and setup the above mentioned software and extensions. You also should configure the web server paths accordingly in order to access the application in the browser. @@ -129,3 +130,10 @@ php -dxdebug.profiler_enable=1 -dxdebug.mode=develop,debug,profile -dxdebug.outp ``` > This may use a lot of resources and storage space (≈15 GB of cachegrind data w/o trace data and ≈120 GB w/ trace data) + +## cOMS + +### OpenCV + +https://docs.opencv.org/3.4/d7/d9f/tutorial_linux_install.html +