Skip to content

Commit

Permalink
Merge pull request buserror#148 from jedahan/install-instructions
Browse files Browse the repository at this point in the history
Add install instructions
  • Loading branch information
buserror committed Jan 19, 2016
2 parents f352d02 + 32e9643 commit 51d5fa6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit 51d5fa6

Please sign in to comment.