View Single Post
BruceL's Avatar
Posts: 305 | Thanked: 154 times | Joined on Aug 2006 @ Colorado
#23
Here is how I installed build-essential

On a fresh flash (so there is plenty of room, or move packages to /opt)
* Enable extras repository and "red-pill" mode if necessary.
* Install rootsh from the app-manager, run the following as root

* Make room for the deb files:

Code:
cd /var/cache/apt
mv archives /home/
ln -s /home/archives/ archives
*Install build-essential (the following is copied from above for convenience. Thanks lcuk!):

add the repo deb http://repository.maemo.org fremantle/sdk free non-free

Code:
apt-get update
apt-get install build-essential
then remove the repo again and apt-get update once again.
__________________
Give me immortality or give me death!
 

The Following 4 Users Say Thank You to BruceL For This Useful Post: