Solaris Platforms

From Gramps
Revision as of 02:31, 1 March 2007 by Shura (talk | contribs)
Jump to: navigation, search
Gramps-notes.png
This page has good information but needs a cleanup. Please make the Gramps Wiki more useful by re‑organizing this page and linking introductory material. Consider also updating the screenshots.

It is unknown if GRAMPS 2.2.x can be made to work on Solaris. This page contains the old contents for the unspecified Solaris version and unspecified GRAMPS version.

  • Install dependencies. Since Solaris doesn't come with Gnome, Python, or any Python modules by default, you will need to install all this stuff. Gnome might be on one of the extra CDs, but I usually just bring it down from the original site.
  • Configure GRAMPS. All you need to do is run the configure script:
  ./configure

If you have built Gnome or Python with iconv libraries other than what Solaris comes with (the GNU version for example), you can specify to GRAMPS where to find them:

  ICONV=/dir/to/iconv ./configure

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:

  ./configure --prefix=/your/dest/dir
  • make and install
  make
  make install