Dev:envelopalator
From SubfireWiki
(Redirected from Dev:pygtk)
Contents |
Envelopalator
CVS
Packaging
- If new to packaging start here.
- http://www.python.org/sigs/distutils-sig/
- http://www.debian.org/doc/manuals/maint-guide/index.en.html
Debian/Ubuntu Packaging
I had to install these (this is not all the packages one will need, just what I had needed to do): the build-essential should take care of most of these.
sudo apt-get install gcc sudo apt-get install g++ sudo apt-get install libc6-dev sudo apt-get install autoconf automake sudo apt-get install dh-make debhelper sudo apt-get install devscripts sudo apt-get install lintian sudo apt-get install pbuilder sudo apt-get install debian-policy developers-reference
