Skip to content

Commit

Permalink
Adding build/install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Nathan committed Oct 21, 2008
1 parent 2843b5d commit 211f950
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README
@@ -1,7 +1,27 @@
ocaml-glob
~~~~~~~~~~

== Introduction

This is a trivial wrapper around libc's glob(3) function for OCaml. The Glob
module interface contains a single function, glob. This function takes a
string argument possibly containing shell wildcards, and returns an array
containing the names of the file system entries matching it.

== Installation

To build the bytecode library:

$ make

To build the native code library:

$ make opt

You can build both in a single step with

$ make reallyall

To install, type

# make install

0 comments on commit 211f950

Please sign in to comment.