From cea48cc9db1ea129c493932ff36b9bf97a2ebb8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20H=C3=BCbelbauer?= Date: Sun, 15 Sep 2019 18:00:46 +0200 Subject: [PATCH] Note that it is possible to install through Aptitude I've found that there is a maintainer who publishes SimAVR for Ubuntu here: https://packages.ubuntu.com/bionic/simavr Seems to be kept reasonably up-to-date (the latest there is 1.15 whereasy here on GitHub it is 1.16). I know that maintainers do not always keep in contact with the software vendor so I would not be surprised to learn you were not aware of this. If you are okay with it though and consider it to be a legit enough source, I figure it's good to call that out in the README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 184e19c..489ddf1 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ On OSX, we recommend using [homebrew](https://brew.sh): brew tap osx-cross/avr brew install --HEAD simavr +On Ubuntu, SimAVR is available in the Bionic package source: + + apt-get install simavr + +(Note that the command is made available under the name `simavr` not `run_avr`.) + Otherwise, `make` is enough to just start using __bin/simavr__. To install the __simavr__ command system-wide, `make install RELEASE=1`. Supported IOs -- 2.39.5