Skip to content

Commit 7b6fcec

Browse files
authored
Merge pull request buserror#346 from TomasHubelbauer/patch-1
Note that it is possible to install through Aptitude
2 parents b3fedff + cea48cc commit 7b6fcec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ On OSX, we recommend using [homebrew](https://brew.sh):
1717
brew tap osx-cross/avr
1818
brew install --HEAD simavr
1919

20+
On Ubuntu, SimAVR is available in the Bionic package source:
21+
22+
apt-get install simavr
23+
24+
(Note that the command is made available under the name `simavr` not `run_avr`.)
25+
2026
Otherwise, `make` is enough to just start using __bin/simavr__. To install the __simavr__ command system-wide, `make install RELEASE=1`.
2127

2228
Supported IOs

0 commit comments

Comments
 (0)