Skip to content

Commit

Permalink
README: update build instructions
Browse files Browse the repository at this point in the history
- Remove instructions for installing simavr
- Add libelf to the list of dependencies
  • Loading branch information
dxxb committed Mar 24, 2018
1 parent 386bcd4 commit 0ef4fe3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@ Install homebrew by running:
> /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```

Then install the simavr tap and install all simavr’s dependencies with:
``` ShellSession
> brew tap osx-cross/avr
> brew install --HEAD osx-cross/avr/simavr
```

And finally install the SDL2 libraries:
Then install SDL2 and ELF libraries:
```
> brew install sdl2
> brew install sdl2 libelf
```

### Windows (TBD)
Expand All @@ -29,6 +23,7 @@ And finally install the SDL2 libraries:
Clone repository and build:
``` ShellSession
> git clone --recursive https://github.com/dxxb/sim-arduboy.git
> cd sim-arduboy
> make
```

Expand Down

0 comments on commit 0ef4fe3

Please sign in to comment.