Skip to content

Commit 29300e5

Browse files
authored
Merge pull request #24 from wdduncan/patch-1
Update README.md
2 parents 112df02 + cdf9ae9 commit 29300e5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ alternatively, the `owl` mode will output RDF, but as a valid OWL structure. The
1717
http://purl.obolibrary.org/obo/BFO_0000050
1818
http://purl.obolibrary.org/obo/BFO_0000051
1919
```
20+
**Note:** Before running, you may need to increase the amount of memory available for Java. On UNIX style systems, this is done by setting the `JAVA_OPTS` environment variable. For example, to set the amount of memory to `16G`, you would use this command: `export JAVA_OPTS=-Xmx16G`.
21+
22+
## Build
23+
Install `sbt` (Scala Build Tool) on your system. For Mac OS X, it is easily done using [Homebrew](http://brew.sh): `brew install sbt`. `sbt` requires a working Java installation, but you do not need to otherwise install Scala.
24+
25+
After `sbt` is installed, run `sbt stage` to create the executable. The executable is created in your `target/universal/stage/bin` directory.

0 commit comments

Comments
 (0)