Skip to content

Update README.md and MPC source URL root #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
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
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To just build, after getting the requirements...
./tools.bash
./binutils.build.bash
./gcc.build.bash
./libc.build.bash
./avr-libc.build.bash
./gdb.build.bash
```
after a successful compile the binaries etc will be found in `objdir`
Expand All @@ -37,7 +37,7 @@ To package, after getting the requirements...
#### Debian requirements

```bash
sudo apt-get install build-essential gperf bison subversion texinfo zip automake flex libtinfo-dev pkg-config
sudo apt-get install build-essential gperf bison subversion texinfo zip automake flex libtinfo-dev pkg-config wget
```

#### Mac OSX requirements
Expand Down
2 changes: 1 addition & 1 deletion build.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD_NUMBER=arduino2

AVR_SOURCES="http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/${AVR_VERSION}"
GNU_SOURCES="http://mirror.switch.ch/ftp/mirror/gnu"
MPC_SOURCES="http://www.multiprecision.org/mpc/download"
MPC_SOURCES="http://www.multiprecision.org/downloads"

# The following version numbers are by default parsed out of the SOURCES.README
# in the Atmel distribution, you can override here if you want (or if it breaks)
Expand Down