BuildSystemPackagesPrereq

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-07-07 14:53:48
Size: 456
Editor: cpe-70-114-236-114
Comment:
Revision 5 as of 2010-07-30 19:21:03
Size: 510
Editor: cpe-70-114-236-114
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Packages required on a build system == === Install build system package requisites ===
Line 6: Line 6:
sudo apt-get install git-core debhelper build-essential fakeroot kernel-wedge sudo apt-get install git-core debhelper build-essential fakeroot kernel-wedge makedumpfile
Line 11: Line 11:
sudo apt-get ccache devscripts xmlto docbook-utils gs transfig sharutils sudo apt-get install ccache devscripts xmlto docbook-utils gs transfig sharutils libdw-dev libdw1 libelf-dev

Install build system package requisites

Certain packages are required to be installed on the build system. You can install these packages using the following command:

sudo apt-get install git-core debhelper build-essential fakeroot kernel-wedge makedumpfile

Optionally you may also install the following packages that might help debuild to function flawlessly.

sudo apt-get install ccache devscripts xmlto docbook-utils gs transfig sharutils libdw-dev libdw1 libelf-dev

Kernel/Action/BuildSystemPackagesPrereq (last edited 2010-07-30 19:21:03 by cpe-70-114-236-114)