Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Binaries/Linux/avr4l_amd64-v1.1+c2610da.deb
Binary file not shown.
10 changes: 10 additions & 0 deletions Binaries/Linux/avr4l_deb/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Package: avr4l
Version: 1.1+c2610da
Section: base
Priority: optional
Architecture: amd64
Depends: gcc-avr, binutils-avr, avr-libc, gdb-avr, avrdude
Maintainer: Bence Csókás <bence98@sch.bme.hu>
Homepage: https://github.com/abdalmoniem/AVR4L
Description: AVR for Linux
A AVR Studio alternative written in Java
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ AVR4L aims to deliver an easy to use and user friendly Integrated Development En
`. /etc/environment` or `source /etc/environment`
2. Clone/download this folder to your computer.
3. cd into the `Binaries/Linux` directory.
4. run `sudo -E ./install.sh` within this folder.
5. you can now type `avr4l` in any terminal session or find it in the dash if you have `Ubuntu` installed.
4. On Debian/Ubuntu/Mint etc., you can double-click the DEB to install it. On other Linuxes, run `sudo -E ./install.sh` within this folder.
6. you can now type `avr4l` in any terminal session or find it in the dash if you have `Ubuntu` installed.

### Windows:
1. Make sure `Java JDK / JRE v1.8` is installed on your computer.
Expand Down Expand Up @@ -76,4 +76,4 @@ AVR4L aims to deliver an easy to use and user friendly Integrated Development En

`YOUR_USER ALL = NOPASSWD : ALL`

note: replace `YOUR_USER` with your linux user
note: replace `YOUR_USER` with your linux user