[Swift-commit] r2705 - provenancedb
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Mar 17 10:25:32 CDT 2009
Author: benc
Date: 2009-03-17 10:25:32 -0500 (Tue, 17 Mar 2009)
New Revision: 2705
Modified:
provenancedb/provenance.xml
Log:
note on communicado usage of sqlite3
Modified: provenancedb/provenance.xml
===================================================================
--- provenancedb/provenance.xml 2009-03-17 15:18:41 UTC (rev 2704)
+++ provenancedb/provenance.xml 2009-03-17 15:25:32 UTC (rev 2705)
@@ -66,7 +66,10 @@
<ulink url="http://www.sqlite.org/">sqlite</ulink>, which is
appropriate for a single-user installation.
</para>
-<para>Install sqlite3. On OS X with MacPorts, this command works:
+<para>Install or find sqlite3. On
+<literal>communicado.ci.uchicago.edu</literal>, it is installed and can be
+accessed by adding the line <literal>+sqlite3</literal> to your ~/.soft file
+and typing <literal>resoft</literal>. Alternatively, on OS X with MacPorts, this command works:
<screen>
$ <userinput>sudo port install sqlite3</userinput>
</screen>
More information about the Swift-commit
mailing list