Home
| |
License
Silkroute is released under the GNU
Public
Download
The latest tar files are available at: https://sourceforge.net/projects/silkroute/
Installation instructions (version 0.2)
- Make sure you have Galax, OCaml, an Ocaml db driver (OcamlODBC or postgres)
and a database installed
- Run the ./configure script (no parameter for Postgres API, odbc parameter
for ODBC driver)
- Edit the files in the ./config directory (see the INSTALL file in the distribution on detailed instructions)
- Run "make depend" (make sure your directory contains a .depend file--if that's not the case,
do "touch .depend" first"
- Run "make all"
- Run make install
|