-
Notifications
You must be signed in to change notification settings - Fork 18
Home
David de Hilster edited this page Aug 26, 2020
·
10 revisions
In order to compile the NLP Engine on linux, you will need to install the following packages:
- mkdir /dev/nlp
- git clone https://github.com/VisualText/nlp-engine.git
Install libiodbc-3.52 or above. Apt-get for libio does not retrieve version 3 so it must be installed manually. (Yes this is a pain).
- cd to /usr/local
- wget https://sourceforge.net/projects/iodbc/files/iodbc/3.52.12/libiodbc-3.52.12.tar.gz
- tar -xvf libiodbc-3.52.12.tar.gz
- cd libiodbc-3.52.12
- ./configure --prefix=/usr/local/stow/iodbc-3.52.12
- make
- su root -c 'make install'
- in the /usr/local/libiodbcXXX directory, search for libiodbc.a file and cd to that directory
- cp libiodbc.a /usr/local/lib