Difference between revisions of "Quick Start Guide"
(→Download the Source from GITHUB) |
(→Requirements) |
||
Line 17: | Line 17: | ||
=== Requirements === | === Requirements === | ||
− | AVR GCC-Compiler (Version 4.1 or higher) | + | * AVR GCC-Compiler (Version 4.1 or higher) |
− | AVR LIBC (Version 1.6.8, for 128er ATMegas 1.7) | + | * AVR LIBC (Version 1.6.8, for 128er ATMegas 1.7) |
− | GNU-Tools (Bash, Make, m4, awk) | + | * GNU-Tools (Bash, Make, m4, awk) |
− | AVR-Programmer (e.g. avrdude) | + | * AVR-Programmer (e.g. avrdude) |
+ | |||
+ | |||
+ | == Linux Debian / Ubuntu == | ||
− | |||
apt-get install gcc-avr avr-libc binutils-avr m4 gawk libncurses5-dev make dialog git-core avrdude | apt-get install gcc-avr avr-libc binutils-avr m4 gawk libncurses5-dev make dialog git-core avrdude | ||
− | Mac OSX | + | |
+ | == Mac OSX == | ||
+ | |||
Using MacPorts (www.macports.org) | Using MacPorts (www.macports.org) |
Revision as of 01:09, 4 November 2011
Download the Source from GITHUB
You can download Ethersex from github via git protocol
git clone git://github.com/ethersex/ethersex.git
or via http
git clone http://github.com/ethersex/ethersex.git
Updating a local version of ethersex is possible with:
git pull origin
Requirements
- AVR GCC-Compiler (Version 4.1 or higher)
- AVR LIBC (Version 1.6.8, for 128er ATMegas 1.7)
- GNU-Tools (Bash, Make, m4, awk)
- AVR-Programmer (e.g. avrdude)
Linux Debian / Ubuntu
apt-get install gcc-avr avr-libc binutils-avr m4 gawk libncurses5-dev make dialog git-core avrdude
Mac OSX
Using MacPorts (www.macports.org) Apple Bash and sed doesn't work, you need to install Bash V4.0 and GNU sed.
port install git avrdude avr-binutils avr-gcc avr-libc bash sed