From: SVN by r. <sv...@ca...> - 2009-01-17 15:51:25
|
Author: roy Date: 2009-01-17 16:51:17 +0100 (Sat, 17 Jan 2009) New Revision: 357 Modified: README Log: more changes Modified: README =================================================================== --- README 2009-01-17 15:19:18 UTC (rev 356) +++ README 2009-01-17 15:51:17 UTC (rev 357) @@ -11,14 +11,26 @@ javacurses (http://sf.net/projects/javacurses) or charva (http://www.pitman.co.za/projects/charva/index.html). -Linux: +Linux +In the most simple case download the zip file from the sourceforge website +and unzip it to the folder of your liking. Then you can start sqlshell by entering './sqlshell'. +The sqlshell batch script tries to detect it's installation directory. If this doesn't work you +need to manually edit the sqlshell script and change the CURDIR variable. By default it tries +to start the charva version. + +With Charva +In order to run sqlshell using charva you need to have the charva libraries in the lib folder. +Currently charva is compiled for windows (32 bits) and linux intel 32 bits and amd 64 bits. If you don't +own an intel 32 bits, you need to modify the contents of the lib/charva directory. + +With JCurses Please note that in order to be able to run the improved sqlclient with the 'sqlshell' script, the $project/lib dir is required to -contain the jcurses.jar and libjcurses.so files. Also note that -jcurses.jar need NOT be a symlink. +contain the jcurses.jar and libjcurses.so files. +Also note that jcurses.jar need NOT be a symlink. -In the most simple case download the zip or tgz file from the sourceforge website and unzip it to the folder of your liking. Then you can start the programm that is setup to use a simple testdatabase by executing 'sqlshell'. Please note that because of javacurses currently you need to enter the directory in which sqlshell is located before starting it. This is a bug that hopefully we can address really soon. + Windows: 1. Copy or move the dll located in the windows directory to the lib directory (the directory containing jcurses.jar 2. Change the INSTALLATION_DIR variable in sqlshell.bat file |