===Installing GRAMPS===
====Download & Unpack====
* Download GRAMPS 3.0.1 (latest version at time of writing) from the GRAMPS [http://sourceforge.net/project/showfiles.php?group_id=25770&package_id=109309 sorceforge.net] page.
* Unpack
% gtar zxvf gramps-3.0.1.tar.gz
% cd gramps-3.0.1
* '''Configure GRAMPS'''. All you need to do is run the configure script:<code> ./configure</code>If you have built Gnome or Python with <code>iconv</code> libraries other than what Solaris comes with (the GNU version for example), you can specify to GRAMPS where to find them:<code> ICONV=/dir/to/iconv ./configure</code>Other options to configure that are useful include telling it to setup GRAMPS to install in a directory of your choosing instead of the default:<code> ./configure --prefix=/your/dest/dir</code> * '''make and install''' <code> make make install</code>==Prebuild changes====