slight tweaks to text, add text property

svn: r21594
This commit is contained in:
Paul Franklin 2013-03-09 17:48:22 +00:00
parent c9698f51e0
commit f984692474
2 changed files with 11 additions and 7 deletions

View File

@ -15,11 +15,12 @@ version by deleting the installed directories (for example,
/usr/lib/pythonx.x/site-packages/gramps /usr/lib/pythonx.x/site-packages/gramps
/usr/lib/pythonx.x/dist-packages/gramps /usr/lib/pythonx.x/dist-packages/gramps
where pythonx.x is python2.7 or whatever version you installed gramps with. where pythonx.x is python2.7 or whatever version you installed gramps with.
Also remove the gramps .egg files that are installed along the gramps directory. Also remove the gramps .egg files that are installed along with the gramps
directory.
If you don't know the list of all files that Gramps installed, you can reinstall If you don't know the list of all files that Gramps installed, you can
it with the --record option, and take a look at the list this produces (so reinstall it with the --record option, and take a look at the list this
python setup.py install --record grampsfiles.txt produces (so python setup.py install --record grampsfiles.txt
GRAMPS is a python application, so loading happens on reading the GRAMPS is a python application, so loading happens on reading the
files, meaning that files of a previous version that are no longer files, meaning that files of a previous version that are no longer

9
README
View File

@ -1,3 +1,5 @@
$Id$
Please read the COPYING file first. Please read the COPYING file first.
If building from source, also read the INSTALL file (at least through the If building from source, also read the INSTALL file (at least through the
"SUPER-SHORT VERSION") before going further. "SUPER-SHORT VERSION") before going further.
@ -5,7 +7,7 @@ If building from source, also read the INSTALL file (at least through the
Requirements Requirements
-------------------------------- --------------------------------
The following packages *MUST* be installed in order for Gramps to work: The following packages *MUST* be installed in order for Gramps to work:
Python 2.7 or greater, Python 3.2 or greater (python version cannot be mixed) Python 2.7 or greater, Python 3.2 or greater (or both python versions)
GTK 3.0 or greater GTK 3.0 or greater
pygobject 3.3.2 or greater pygobject 3.3.2 or greater
cairo, pango, pangocairo with instrospection bindings (the gi packages) cairo, pango, pangocairo with instrospection bindings (the gi packages)
@ -44,8 +46,9 @@ The following packages are optional
http://www.gramps-project.org/wiki/index.php?title=Gramps_4.0_Wiki_Manual_-_Manage_Family_Trees#Archiving_a_Family_Tree http://www.gramps-project.org/wiki/index.php?title=Gramps_4.0_Wiki_Manual_-_Manage_Family_Trees#Archiving_a_Family_Tree
Only rcs is needed, NO python bindings are required Only rcs is needed, NO python bindings are required
PIL Python Image Library is needed to convert non jpg images to PIL Python Image Library is needed to crop
jpg so as to include them in LaTeX output images and also to convert non jpg images to
jpg so as to include them in LaTeX output.
ttf-freefont More font support in the reports ttf-freefont More font support in the reports