From 32e96430f32a85c69c71eb711397e57dcc22c457 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Tue, 17 Nov 2015 13:03:22 -0500 Subject: [PATCH] Add install instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8430851..60339d3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ simulator loads ELF files directly, and there is even a way to specify simulatio parameters directly in the emulated code using an .elf section. You can also load multipart HEX files. +Installation +------------ +On OSX, we recommend using [homebrew](https://brew.sh): + + brew tap osx-cross + brew install --HEAD simavr + +Otherwise, `make` is enough to just start using __bin/simavr__. To install the __simavr__ command system-wide, `make install RELEASE=1`. + Supported IOs -------------- * _eeprom_ -- 2.39.5