Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,7 @@ What we ran on (approximate system requirements):

To build S5, you need to build the ocamlgraph library and copy some files to
the right spot. All the source is included in this tarball, but you need to
run the following:

1. cd src/ocamlgraph-1.8.1
2. ./configure
3. make
4. cp graph.cmi graph.cma ../../lib/
5. cd ..
6. make
run the following: opam install ocamlgraph

Before you can run anything, you need to make sure that bin/js is linked to an
appropriate executable for your OS. The default is js-1.8.5-Linux-i686, which
Expand Down
48 changes: 0 additions & 48 deletions lib/ocamlgraph/builder.mli

This file was deleted.

54 changes: 0 additions & 54 deletions lib/ocamlgraph/classic.mli

This file was deleted.

88 changes: 0 additions & 88 deletions lib/ocamlgraph/cliquetree.mli

This file was deleted.

91 changes: 0 additions & 91 deletions lib/ocamlgraph/coloring.mli

This file was deleted.

56 changes: 0 additions & 56 deletions lib/ocamlgraph/components.mli

This file was deleted.

Loading