Skip to content

Commit

Permalink
docs: updated README files to mention other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
B. Thomas Adler committed Apr 17, 2009
1 parent b97f8a9 commit 9c7fe3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README
Expand Up @@ -215,6 +215,7 @@ Follow these instructions in place of step 2) above.
godi-ocaml-mysql
godi-sexplib
godi-type-conv
godi-zip

2a2) If you do not wish to use godi, you can get the above packages
either from their source, or from the linux distribution you
Expand Down
11 changes: 11 additions & 0 deletions remote/README
Expand Up @@ -70,7 +70,15 @@ You should see the text "bad".
Now, you need to install these ocaml packages:
netsys,netclient,camlzip

If you are using godi for Ocaml package management:
godi-zip
godi-ocamlnet
godi-xml-light

Otherwise, Ubuntu users can do the following:

apt-get install libzip-ocaml-dev
apt-get install libxml-light-ocaml-dev

For netsys and netclient however, it is needed to install from source
(this one source tarball does both packages):
Expand All @@ -83,6 +91,9 @@ make all
make opt
make install




Now, try compiling the ocaml files.

make all
Expand Down

0 comments on commit 9c7fe3a

Please sign in to comment.