Difference between revisions of "Pine Compilation"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
|#define PINE_VERSION "4.62 CS@UCy with Maildir support" | |#define PINE_VERSION "4.62 CS@UCy with Maildir support" | ||
|} | |} | ||
+ | We then applied the patch: | ||
+ | |||
+ | ''% Patch -p0 < maildir.patch '' | ||
+ | |||
+ | and build pine using the ''''''lrh'''''' option | ||
+ | |||
+ | You can read an FAQ page on applying the patches and other things concerning pine [http://www.math.washington.edu/~chappa/pine/faq/ here] |
Revision as of 10:54, 21 February 2005
After Downloading the tarballs from the Pine Download Pages and the patch from WU we untarred the pine in a directory and changed the version in /PATH/TO/PINE-SOURCE/pine/pine.h from
#define PINE_VERSION "4.62 CS@UCy with Maildir support" |
to |
#define PINE_VERSION "4.62 CS@UCy with Maildir support" |
We then applied the patch:
% Patch -p0 < maildir.patch
and build pine using the 'lrh' option
You can read an FAQ page on applying the patches and other things concerning pine here