mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
Merge pull request #385 from dicej/master
update README.md to indicate ARM64 support
This commit is contained in:
commit
fa0c62c4ff
@ -59,10 +59,10 @@ Supported Platforms
|
||||
|
||||
Avian can currently target the following platforms:
|
||||
|
||||
* Linux (i386, x86_64, and ARM)
|
||||
* Linux (i386, x86_64, ARM, and ARM64)
|
||||
* Windows (i386 and x86_64)
|
||||
* Mac OS X (i386 and x86_64)
|
||||
* Apple iOS (i386 and ARM)
|
||||
* Apple iOS (i386, ARM, and ARM64)
|
||||
* FreeBSD (i386, x86_64)
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@ certain flags described below, all of which are optional.
|
||||
|
||||
$ make \
|
||||
platform={linux,windows,macosx,ios,freebsd} \
|
||||
arch={i386,x86_64,arm} \
|
||||
arch={i386,x86_64,arm,arm64} \
|
||||
process={compile,interpret} \
|
||||
mode={debug,debug-fast,fast,small} \
|
||||
lzma=<lzma source directory> \
|
||||
|
Loading…
Reference in New Issue
Block a user