Compiling Pine

From Antiflux Wiki

(Difference between revisions)
Jump to: navigation, search
m
Line 8: Line 8:
$ dpkg-buildpackage -rfakeroot -us -uc
$ dpkg-buildpackage -rfakeroot -us -uc
Install the new package.
Install the new package.
-
$ sudo dpkg -i ../pine-[version].deb
+
$ sudo dpkg -i ../pine_[version]-1_386.deb

Revision as of 17:16, 11 October 2006

Debian doesn't distribute a binary of Pine because the University of Washington doesn't allow it. Here's how to build a Debian package of Pine locally:

Install any packages needed for building Pine.

 $ sudo apt-get build-dep pine

Grab the source and compile.

 $ apt-get source
 $ cd pine-[version]
 $ dpkg-buildpackage -rfakeroot -us -uc

Install the new package.

 $ sudo dpkg -i ../pine_[version]-1_386.deb
Personal tools