odyssey: update README build section. fix #7

This commit is contained in:
Dmitry Simonenko 2018-06-01 13:02:48 +03:00 committed by GitHub
parent dae8c5e090
commit 266137167b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -63,6 +63,14 @@ More information: [Architecture and internals](documentation/internals.md).
#### Build instructions #### Build instructions
Currently Odyssey runs only on Linux. Supported platforms are x86/x86_64.
To build you will need:
* cmake >= 2.8
* gcc >= 4.6
* openssl 1.0.*
```sh ```sh
git clone git://github.com/yandex/odyssey.git git clone git://github.com/yandex/odyssey.git
cd odyssey cd odyssey