Update of /cvsroot/q-lang/q-csv
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20827
Modified Files:
README
Log Message:
add install instructions
Index: README
===================================================================
RCS file: /cvsroot/q-lang/q-csv/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README 10 Jan 2008 22:59:35 -0000 1.3
--- README 10 Jan 2008 23:13:29 -0000 1.4
***************
*** 19,22 ****
--- 19,35 ----
fwritecsv_string writes all values as quoted fields.
+ INSTALLATION
+
+ This module is (or will soon be) included in the binary "all in one" packages
+ available from the Q website. Use these if you can.
+
+ To install from the sources, run 'make' to compile the module and 'make
+ install' (as root) to install it under the default prefix (/usr/local). If
+ your Q installation lives elsewhere (e.g., under /usr), you can specify the
+ installation prefix as follows: 'make prefix=/usr install'. (It is recommended
+ to install the module under the same prefix as the Q interpreter so that the
+ interpreter finds the module. Otherwise you might have to modify your QPATH
+ accordingly.)
+
NOTES
|