X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=README.md;h=32f17c68a0a86f31ffab8638885f33b49fb04559;hb=refs%2Fheads%2Fwithout_sql;hp=0ed188a4d6cd71141fcee7396502dae4ab97574c;hpb=9b29f6f7a8965d709920364f46d291b27945c23d;p=anna.git diff --git a/README.md b/README.md index 0ed188a..32f17c6 100644 --- a/README.md +++ b/README.md @@ -54,32 +54,6 @@ You could specify type of build, 'Debug' or 'Release', for example: ### Pcap: > sudo apt-get install libpcap-dev -### MySql: - > sudo apt-get install libmysqlclient-dev - -### Oracle: - https://help.ubuntu.com/community/Oracle%20Instant%20Client - Set 'ORACLE_HOME' environment variable in your profile, i.e.: - export ORACLE_HOME=/usr/lib/oracle/12.1/client64/ - - Be sure to create in that directory, a link to oracle includes, - for example: - - > /usr/lib/oracle/12.1/client64$ ls -lrt - total 8 - drwxr-xr-x 2 root root 4096 Feb 28 15:59 bin - drwxr-xr-x 2 root root 4096 Feb 28 15:59 lib - lrwxrwxrwx 1 root root 33 Feb 28 16:07 include -> /usr/include/oracle/12.1/client64 - - The alternative is to edit SConstruct file directly to set - oracle includes directory. - -### Oracle-OpenLDAP conflict: - as usual, Oracle is doing things very bad. Move the ldap.h from oracle includes, i.e.: - - > cd /usr/include/oracle/12.1/client64 - > sudo mv ldap.h ldap.h.orig - ### Google Test Framework: > sudo apt-get install libgtest-dev @@ -118,11 +92,12 @@ Execute 'make test' To install headers, libraries, and examples, execute: - > make install + > sudo make install Optionally you could specify another prefix for installation: - > cmake -DCMAKE_INSTALL_PREFIX=$HOME/anna_deploy . + > cmake -DMY_OWN_INSTALL_PREFIX=$HOME/anna-deploy + > make install ## Uninstall