Skip to content

Commit

Permalink
completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Berenger committed Mar 18, 2014
1 parent 54bc1aa commit e191665
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions oasis_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

#set -x

# configure, build and install via OASIS

oasis setup
ocaml setup.ml -configure --prefix ${HOME}/usr
ocaml setup.ml -build
ocaml setup.ml -install

0 comments on commit e191665

Please sign in to comment.