mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
mention FreeBSD support in README.md
Courtesy of Damjan Jovanovic.
This commit is contained in:
parent
f2552ab4c5
commit
ce9d7c35bb
@ -28,6 +28,11 @@ Quick Start
|
|||||||
$ make
|
$ make
|
||||||
$ build/windows-i386/avian -cp build/windows-i386/test Hello
|
$ build/windows-i386/avian -cp build/windows-i386/test Hello
|
||||||
|
|
||||||
|
#### on FreeBSD:
|
||||||
|
$ export JAVA_HOME=/usr/local/openjdk7 # or wherever you have the JDK installed
|
||||||
|
$ gmake
|
||||||
|
$ build/freebsd-x86_64/avian -cp build/freebsd-x86_64/test Hello
|
||||||
|
|
||||||
Adjust JAVA_HOME according to your system, but be sure to use forward
|
Adjust JAVA_HOME according to your system, but be sure to use forward
|
||||||
slashes in the path.
|
slashes in the path.
|
||||||
|
|
||||||
@ -56,6 +61,7 @@ Avian can currently target the following platforms:
|
|||||||
* Windows (i386 and x86_64)
|
* Windows (i386 and x86_64)
|
||||||
* Mac OS X (i386, x86_64 and 32-bit PowerPC)
|
* Mac OS X (i386, x86_64 and 32-bit PowerPC)
|
||||||
* Apple iOS (i386 and ARM)
|
* Apple iOS (i386 and ARM)
|
||||||
|
* FreeBSD (i386, x86_64)
|
||||||
|
|
||||||
|
|
||||||
Building
|
Building
|
||||||
@ -77,7 +83,7 @@ The build is directed by a single makefile and may be influenced via
|
|||||||
certain flags described below, all of which are optional.
|
certain flags described below, all of which are optional.
|
||||||
|
|
||||||
$ make \
|
$ make \
|
||||||
platform={linux,windows,darwin} \
|
platform={linux,windows,darwin,freebsd} \
|
||||||
arch={i386,x86_64,powerpc,arm} \
|
arch={i386,x86_64,powerpc,arm} \
|
||||||
process={compile,interpret} \
|
process={compile,interpret} \
|
||||||
mode={debug,debug-fast,fast,small} \
|
mode={debug,debug-fast,fast,small} \
|
||||||
|
Loading…
Reference in New Issue
Block a user