-
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from shinhub/compiling_clean
Updating COMPILING.md
- Loading branch information
Showing
1 changed file
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
Compiling | ||
========= | ||
|
||
# pre-requisites UBUNTU | ||
|
||
You need do download the following | ||
|
||
`sudo apt-get install gcc-avr avr-libc binutils-avr` | ||
|
||
# compiling UBUNTU | ||
|
||
`make` | ||
|
||
|
||
As-is, there is a lot of warnings and errors. | ||
Please see the "Compiling" section on our [Wiki](https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Compiling-Linux-(Unix)) | ||
|