diff options
| author | anonimal <anonimal@i2pmail.org> | 2016-10-31 20:55:57 +0000 |
|---|---|---|
| committer | anonimal <anonimal@i2pmail.org> | 2016-10-31 20:55:57 +0000 |
| commit | b57d1e1efbbaea87fdec43b12c909626c8e37860 (patch) | |
| tree | 0ccd6904effb2a6fda8162299cb2604588b76385 | |
| parent | 38dc0bf497e6d63253f29d23c54a44bb9f8d9234 (diff) | |
| download | monzero-core-b57d1e1efbbaea87fdec43b12c909626c8e37860.tar.gz monzero-core-b57d1e1efbbaea87fdec43b12c909626c8e37860.tar.xz monzero-core-b57d1e1efbbaea87fdec43b12c909626c8e37860.zip | |
README: add build matrix like that in Kovri
| -rw-r--r-- | README.md | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -2,8 +2,6 @@ Copyright (c) 2014-2016, The Monero Project -[](https://coveralls.io/github/monero-project/monero?branch=master) - ## Development Resources - Web: [getmonero.org](https://getmonero.org) @@ -12,6 +10,25 @@ Copyright (c) 2014-2016, The Monero Project - GitHub: [https://github.com/monero-project/monero](https://github.com/monero-project/monero) - IRC: [#monero-dev on Freenode](irc://chat.freenode.net/#monero-dev) +## Build + +| Operating System | Processor | Status | +| --------------------- | -------- |--------| +| Ubuntu 16.04 | amd64 | [](https://build.getmonero.org/builders/monero-static-ubuntu-amd64) +| Ubuntu 16.04 | i686 | [](https://build.getmonero.org/builders/monero-static-ubuntu-i686) +| Ubuntu 16.04 | armv7 | [](https://build.getmonero.org/builders/monero-static-ubuntu-arm7) +| Ubuntu 16.04 | armv8 | [](https://build.getmonero.org/builders/monero-static-ubuntu-arm8) +| OSX 10.10 | amd64 | [](https://build.getmonero.org/builders/monero-static-osx-10.10) +| OSX 10.11 | amd64 | [](https://build.getmonero.org/builders/monero-static-osx-10.11) +| OSX 10.12 | amd64 | [](https://build.getmonero.org/builders/monero-static-osx-10.12) +| FreeBSD 10.3 | amd64 | [](https://build.getmonero.org/builders/monero-static-freebsd64) +| Windows (MSYS2/MinGW) | amd64 | [](https://build.getmonero.org/builders/monero-static-win64) +| Windows (MSYS2/MinGW) | i686 | [](https://build.getmonero.org/builders/monero-static-win32) + +## Tests + +[](https://coveralls.io/github/monero-project/monero?branch=master) + ## Introduction Monero is a private, secure, untraceable, decentralised digital currency. You are your bank, you control your funds, and nobody can trace your transfers unless you allow them to do so. |
