Remove dynamic exceptions
[anna.git] / README.md
index 27d8115..b9bc6ae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -72,12 +72,18 @@ You could avoid database resources compilation to ease the add of requirements:
      > sudo apt-get install libmysqlclient-dev
 
 ### Oracle:
-     https://help.ubuntu.com/community/Oracle%20Instant%20Client
+     Go to https://help.ubuntu.com/community/Oracle%20Instant%20Client and download development packages:
 
-     After instalation of basic/sqlplus/devel, edit CMakeLists.txt
-     and update oracle includes, for example:
+     For example:
 
-       include_directories(/usr/include/oracle/<version>/client64/include)
+        > wget https://download.oracle.com/otn_software/linux/instantclient/19600/oracle-instantclient19.6-devel-19.6.0.0.0-1.x86_64.rpm
+        > sudo alien -i oracle-instantclient19.6-devel-19.6.0.0.0-1.x86_64.rpm
+
+        (probably basic & sqlplus is also needed)
+
+     Edit CMakeLists.txt and update oracle includes, for example:
+
+        > include_directories(/usr/include/oracle/<version>/client64/include)
 
 ### Oracle-OpenLDAP conflict:
      as usual, Oracle is doing things very bad. Move the ldap.h from oracle includes, i.e.: