mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
Corda is an open source blockchain project, designed for business from the start. Only Corda allows you to build interoperable blockchain networks that transact in strict privacy. Corda's smart contract technology allows businesses to transact directly, with value.
classpath | ||
src | ||
test | ||
.gitignore | ||
license.txt | ||
makefile | ||
readme.txt | ||
valgrind.supp | ||
vm.pro |
Quick Start ----------- $ make $ build/linux-i386-compile-fast/avian -cp build/test Hello Supported Platforms ------------------- Avian can currently target the following platforms: Linux (i386 and x86_64) Win32 (i386) Mac OS X (i386) The Win32 port may be built on Linux using a MinGW cross compiler and build environment. Builds on MSYS or Cygwin are not yet supported, but patches to enable them are welcome. Building -------- $ make platform={linux,windows,darwin} arch={i386,x86_64} \ process={compile,interpret} mode={debug,fast} The default values of the build flags are as follows: platform=$(uname -s | tr [:upper:] [:lower:]) arch=$(uname -m) mode=fast process=compile Installing ---------- $ cp build/${platform}-${arch}-${process}-${mode}/avian ~/bin/ $ cp build/${platform}-${arch}-${process}-${mode}/libavian.a ~/lib/