From e1d9e96f154ec6bcb9cd617d8c334710e8f102e5 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 1 May 2016 00:30:16 +0200 Subject: [PATCH] add build instructions --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 68c2254555..8381ed6904 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ ![TREZOR OS](docs/logo.png) * [Documentation](docs/) + +##Build instructions + +###Linux + +``` +sudo apt-get install libsdl2-dev:i386 libffi-dev:i386 +make build_unix +``` + +###OS X + +``` +brew install sdl2 +make build_unix64 +```