X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=README.md;h=5bf77eaeefb17ccfceee905ece15fe2bfe8b21cc;hb=2e2f6d4e2ffe1c8b86c812807f0e501ab78f56f9;hp=7bfbb7c8d59680a403ad68e57d54c8642b0c4673;hpb=8a772df15f15fc2b3cc1351aa0628a36890e523f;p=anna.git diff --git a/README.md b/README.md index 7bfbb7c..5bf77ea 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You could specify type of build, 'Debug' or 'Release', for example: ### OpenSSL: > sudo apt-get install libssl-dev - + ### Gnome XML: > sudo apt-get install libxml2-dev @@ -59,20 +59,11 @@ You could specify type of build, 'Debug' or 'Release', for example: ### 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 + After instalation of basic/sqlplus/devel, edit CMakeLists.txt + and update oracle includes, for example: - The alternative is to edit SConstruct file directly to set - oracle includes directory. + include_directories(/usr/include/oracle//client64/include) ### Oracle-OpenLDAP conflict: as usual, Oracle is doing things very bad. Move the ldap.h from oracle includes, i.e.: @@ -92,7 +83,7 @@ You could specify type of build, 'Debug' or 'Release', for example: > cd /usr/src/gtest > sudo cmake CMakeLists.txt > sudo make - + Copy or symlink libgtest.a and libgtest_main.a to your /usr/lib folder: > sudo cp *.a /usr/lib @@ -129,4 +120,7 @@ Optionally you could specify another prefix for installation: > cat install_manifest.txt | sudo xargs rm +## AOTS (Agents-Oriented Testing Setup) + +See INSTALL_AOTS.md