Quick Start Guide (Deutsch)

From Ethersex_Wiki
Revision as of 00:49, 12 November 2011 by Schronk (talk | contribs) (Created page with "{{i18n|Quick Start Guide}} === Lade den Quellcode von GITHUB herunter === Du kannst Ethersex von github über das Git-Protokoll herunterladen git clone git://github.com/ethers…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Lade den Quellcode von GITHUB herunter

Du kannst Ethersex von github über das Git-Protokoll herunterladen

git clone git://github.com/ethersex/ethersex.git

oder über http

git clone http://github.com/ethersex/ethersex.git

Das Hochladen einer neuen Version von Ethersex ist möglich mit:

git pull origin


Vorraussetzungen

  • AVR GCC-Compiler (Version 4.1 oder höher)
  • AVR LIBC (Version 1.6.8, für 128er ATMegas 1.7)
  • GNU-Tools (Bash, Make, m4, awk)
  • AVR-Programmer (z.B. avrdude)


Linux Debian / Ubuntu

apt-get install gcc-avr avr-libc binutils-avr m4 gawk libncurses5-dev make dialog git-core avrdude


Mac OSX

TODO (Übersetzung)

Using MacPorts Apple Bash and sed doesn't work, you need to install Bash V4.0 and GNU sed. First, sync the Port Repository to ensure that you´ll build the latest versions of the requirements.

port selfupgrade

port install git-core avrdude avr-binutils avr-gcc avr-libc bash sed

Du kannst auch CrossPack nutzen, aber MacPorts ist unkomplizierter und wird geupdated.