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)

  1. Make sure you have Galax, OCaml, an Ocaml db driver (OcamlODBC or postgres) and a database installed
  2. Run the ./configure script (no parameter for Postgres API, odbc parameter for ODBC driver)
  3. Edit the files in the ./config directory (see the INSTALL file in the distribution on detailed instructions)
  4. Run "make depend" (make sure your directory contains a .depend file--if that's not the case, do "touch .depend" first"
  5. Run "make all"
  6. Run make install