0

Ubuntu build environment for custom packages

Posted by sanjay on 12:37 PM
While compiling/installing custom packages, you need a dev enviornment. The easiest way to do this with Ubuntu is


sudo apt-get install linux-headers-`uname-r`
sudo apt-get install build-essential
sudo apt-get install shareutils

gets you the development package so that you are ready to go

If you really want the source

sudo apt-get install linux-source-2.6.x

will get you the source

0 Comments

Copyright © 2009 Note my web All rights reserved. Theme by Laptop Geek. | Bloggerized by FalconHive.