/offlineimap/head: changeset 283
Fixed setup.py installation instructions.
This commit is contained in:
parent
efb69df3f0
commit
32713cb0d1
@ -1,3 +1,9 @@
|
|||||||
|
offlineimap (3.99.4) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fixed setup.py installation instructions.
|
||||||
|
|
||||||
|
-- John Goerzen <jgoerzen@complete.org> Tue, 5 Nov 2002 08:06:45 -0600
|
||||||
|
|
||||||
offlineimap (3.99.3) unstable; urgency=low
|
offlineimap (3.99.3) unstable; urgency=low
|
||||||
|
|
||||||
* Moved password promting into imapserver.py. Passwords are now asked
|
* Moved password promting into imapserver.py. Passwords are now asked
|
||||||
|
@ -159,13 +159,13 @@ You will type
|
|||||||
to invoke the program.
|
to invoke the program.
|
||||||
.SS OTHER SYSTEM-WIDE INSTALLATION
|
.SS OTHER SYSTEM-WIDE INSTALLATION
|
||||||
Download the tar.gz version of the package from the website. Then run
|
Download the tar.gz version of the package from the website. Then run
|
||||||
these commands:
|
these commands, making sure that you are the "root" user first:
|
||||||
.PP
|
.PP
|
||||||
.B tar -zxvf offlineimap-x.y.z.tar.gz
|
.B tar -zxvf offlineimap-x.y.z.tar.gz
|
||||||
.br
|
.br
|
||||||
.B cd offlineimap-x.y.z
|
.B cd offlineimap-x.y.z
|
||||||
.br
|
.br
|
||||||
.B python2.2 setup.py
|
.B python2.2 setup.py install
|
||||||
.PP
|
.PP
|
||||||
Some systems will need to use
|
Some systems will need to use
|
||||||
.B python
|
.B python
|
||||||
|
Loading…
Reference in New Issue
Block a user