Changes

From Gramps

Fi:Asennus

2 bytes added, 03:06, 14 September 2025
no edit summary
[[Category:Fi:Dokumentaatio]][[Category:Developers/Installation]][[Category:Developers/Packaging]]
{{languages|Installation|Asennus}}
 
 
==Live CD==
Jos olet kiinnostunut GRAMPSistäGrampsistä, mutta et halua tai voi asentaa GRAMPSiä Grampsiä (esim.Tietokone ei ole sinun, ei internet-yhteyttä kotona, työpaikan kannettava,..). Silloin voit kokeilla GRAMPSiä Grampsiä turvallisesti [[Linux Genealogy CD|Linux CD Live]]-levyltä. Tällöin voit kokeilla GRAMPSiä Grampsiä ja muita vapaita sukututkimus-ohjelmia levyltä asentamatta niitä. Kun olet varma, että asennat GRAMPSin Grampsin voit asentaa sen [http://www.ubuntulinux.org/ Ubuntu 10.10] milloin haluat.
==GRAMPSin Grampsin automaattinen lataus ja asennus==Ennen kuin lataat GRAMPSGramps:in tarkista käyttöjärjestelmäsi.GRAMPSGramps:in eri versioita eri käyttöjärjestelmille löytyy
[http://sourceforge.net/projects/gramps/files/Stable/ Sourceforgesta(tästä linkistä)].
Katso käyttöjärjestelmäsi asennus ohjeet:
sudo yum install gramps</code>
==GRAMPSin Grampsin manuaalinen lataus ja asennus==If you can't access the current version from your operating system's repositories you'll need to get it from this site. Some helpful users of GRAMPS Gramps have made packages for various systems. If you're lucky you'll find your system below. If it's missing you can contact the developers email list for advice.
* '''Ubuntu''' and derivatives (Kubuntu, Mephis, ...): Ubuntu packages are available on [http://sourceforge.net/project/showfiles.php?group_id=25770 GRAMPS Gramps download page]. See [http://sourceforge.net/projects/gramps/files/OldFiles/ OldFiles] for archives.* '''SuSE''': Richard Bos has been providing the GRAMPS Gramps releases for SuSE's apt repository. They are available from his [http://software.opensuse.org/download/home:/rbos/ ''rbos'' repository]. See also the forum entry about [http://www.suseforums.net/index.php?s=22f80a050a1e3cffffd590db0813dea9&showtopic=28727&pid=152093&st=0&#entry152093 satisfying GRAMPS Gramps dependencies for SuSE with the ''rbos'' and SMART].* '''Mandriva''': Newer versions of GRAMPS Gramps are sometimes backported. To install backports you must enable the ''backports'' repository (make sure you understand the instructions on the [http://wiki.mandriva.com/en/Docs/Basic_tasks/Installing_and_removing_software#Advanced_use:_Backports_and_candidate_updates Mandriva wiki]). If the latest version is not in the ''backports'' repository you cab try the ''contrib'' repository.* '''Fedora''': For Fedora Core 6 look on the [http://sourceforge.net/project/showfiles.php?group_id=25770 GRAMPS Gramps download page] for a package containing ''fc6'' and ending with ''.rpm''. For Fedora 7, ''fc7'' and so on. The alternative to installing from source is to [[Fedora RPM|build a package]] from an rpm spec file, or install a binary from fedora testing.
* '''Debian''': the latest version should be in the ''unstable'' repository ([http://packages.debian.org/sid/gramps Sid Gramps]) and can be upgraded from your package manager. The ''testing'' repository is updated 10 days later (except near a new stable release), see [http://packages.debian.org/lenny/gramps Lenny Gramps].
''Note: Different GNU/Linux distributions have different preferred ways to download and install packages for GRAMPSGramps. Please read the installation instructions specific to your distribution before downloading.''
In all other cases, you must [http://sourceforge.net/project/showfiles.php?group_id=25770 download] the source package (the file ending with '.tar.gz') and install GRAMPS Gramps manually. See the section about installing from source for details.
==Windows, BSD, MacOs, Solaris==
==Gnome ja KDE==
You can use both, but GRAMPS Gramps fits in better with GNOME. For KDE there are some minor issues due to some (GTK) issues outside of GRAMPSGramps. Check the [[KDE page]] to know what these problems might be.
==Additional software GRAMPS Gramps can benefit from==GRAMPS Gramps does not rely on the following programs, however, having them will increase your productivity:
* '''Gnome-print''': It adds the ability to directly print, to preview, and to generate fully internationalized PS and PDF output. At this time, one needs to install gnome-python-desktop to obtain this package (it might be known under different names, eg on debian python-gnome2-desktop).
===General Requirements===
GRAMPS Gramps {{version}} requires python 2.6 and pygtk2 packages. The pygtk package should be version 2.16 or greater.
Also librsvg2-common is needed. This is a common error at the moment in some packages. Without this library, the icons are not shown.
===Obtaining the source===
* The lastest stable version of GRAMPS Gramps can be downloaded from the [http://sourceforge.net/projects/gramps GRAMPS Gramps SourceForge page]. As of this writing, this is gramps-{{version}}.tar.gz. Extract this file into a directory: <code>
tar xzvf gramps-zzz.tar.gz
</code> and then go into this directory:<code>
cd gramps-zzz
</code>
* If you are interested in testing out the very latest development versions of GRAMPSGramps, they can be obtained from SVN, see [[Brief introduction to SVN]]. The SVN versions of GRAMPS Gramps are potentially very dangerous as they have not been extensively tested - especially the "trunk" version which contains features that may still be partly implemented. Be aware that they may be prone to crashing and cause extensive data loss. Please use with extreme caution - and only ever on a copy of your data!
Please, now is the time to read the [http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/INSTALL?view=markup INSTALL] and [http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/README?view=markup README] files accompanying the code. They come with the most recent information.
===Installing from source code on Linux===
GRAMPS Gramps provides a script that can be used to prepare the code for building. This script automatically calls the standard configure script:<code>
./autogen.sh </code> as user
===Installing from source code on Windows===
Fortunately for users of Microsoft Windows, some users have made a [[Windows installer]]. So far there have not been any reports of serious differences between the official builds of Gramps and the Windows Installer, so the future looks promising. But please, use this at your own risk. The developers of GRAMPS Gramps provide the space for this install page, but are not responsible for it.
If the dependencies are in place, the development version can be tested by getting the source (see above), renaming the file const.py.in to const.py, and executing "python gramps.py" from within the src directory. Of course, this is a development version on an unsupported platform, so warnings apply even more to this case than when using the installer. (I have not managed to get a localized build working this way.)
Version 3.0.1 has been successfully installed from source on both Solaris 10 (SPARC) and OpenSolaris X86 (2008.05). Please see the [[Solaris_Platforms]] for step-by-step details.
==GRAMPS Gramps on handhelds==GRAMPS Gramps can run fine on some small-factor devices. Users have been successfull in using GRAMPS Gramps on:
* [[Gramps on the Eee|Asus Eee PC]]
 
 
[[Category:Fi:Dokumentaatio]]
[[Category:Developers/Installation]]
[[Category:Developers/Packaging]]
15,091
edits

Navigation menu