Skip to content

Commit

Permalink
Updating readme with built instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
byteit101 committed Oct 3, 2015
1 parent 9443708 commit 4b10e2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mac/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ echo alias ar=gar
echo alias tar=gtar
# for packaging you need this:
curl -O http://s.sudre.free.fr/Software/files/Iceberg.dmg

# then:
make sysroot
sudo gcp sysroot-install/usr/local/* /usr/local/ -r
make binutils
sudo gcp binutils-install/usr/local/* /usr/local/ -r

make gcc gdb tree pkg

0 comments on commit 4b10e2f

Please sign in to comment.