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
gets you the development package so that you are ready to go
If you really want the source
will get you the source
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