Compilation de paquet à partir des sources

[Ubuntu] Compilation de paquet à partir des sources.

util02@station02:~$ sudo apt-get install build-essential fakeroot dpkg-dev
util02@station02:~$ mkdir -p JEUX/WESNOTH
util02@station02:~$ cd JEUX/WESNOTH/
util02@station02:~/JEUX/WESNOTH$ sudo apt-cache search wesnoth
util02@station02:~/JEUX/WESNOTH$ sudo apt-get source  wesnoth
util02@station02:~/JEUX/WESNOTH$ sudo apt-get build-dep wesnoth
util02@station02:~/JEUX/WESNOTH$ dpkg-source -x wesnoth-1.12_1.12.6-1build1.dsc
util02@station02:~/JEUX/WESNOTH$ cd wesnoth-1.12-1.12.6/
util02@station02:~/JEUX/WESNOTH/wesnoth-1.12-1.12.6$ dpkg-buildpackage -rfakeroot -b
util02@station02:~/JEUX/WESNOTH/wesnoth-1.12-1.12.6$ cd ..
util02@station02:~/JEUX/WESNOTH$ sudo dpkg -i *.deb
util02@station02:~/JEUX/WESNOTH$ sudo apt-get -f install

http://www.cmiss.org/cmgui/wiki/BuildingUbuntuPackagesFromSource

Comments are closed, but trackbacks and pingbacks are open.