You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,9 @@ alternatively, the `owl` mode will output RDF, but as a valid OWL structure. The
17
17
http://purl.obolibrary.org/obo/BFO_0000050
18
18
http://purl.obolibrary.org/obo/BFO_0000051
19
19
```
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