~ferama/cgmail/main

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Marco Ferragina
  • Date: 2008-01-18 07:33:11 UTC
  • mfrom: (16.1.27 dev-branch)
  • Revision ID: marco.ferragina@gmail.com-20080118073311-sjxih4itl0v4i83v
Merge from dev-branch. 0.5 release :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
It's highly reccomended to use a package of cgmail for your distribution.
 
1
It's strongly reccomended to use a package of cgmail for your distribution.
2
2
 
3
3
If you use ubuntu you can download latest version of cgmail packaged
4
4
for it at http://cgmail.tuxfamily.org
5
5
 
6
 
Anway if you want do to do a manual installation take a look ad Makefile
7
 
and read the README under idir.
 
6
Anyway if you want to do a manual installation consider that you need 
 
7
python-setuptools installed on your system. You can obtain a copy from
 
8
http://pypi.python.org/pypi/setuptools/
8
9
 
9
 
Sorry for the inconvenience :( I will try to semplificate installation
10
 
process for future versions.
 
10
Follow this steps from package basedir:
 
11
  $ sudo python setup.py install --root=/ (On sytems using sudo. On other 
 
12
                                           systems you must type this 
 
13
                                           command from a root shell)
 
14
  $ sudo gconf-schemas --register cgmail.schemas (Same here)