mirror of https://github.com/yandex/odyssey.git
odyssey: update README build section. fix #7
This commit is contained in:
parent
dae8c5e090
commit
266137167b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue