Granule is distributed both in tarball (source code) and RPM package formats. You also have to satisfy several library dependencies listed on the project's Download page.
To install RPM package, download the latest version from SourceForge download page (click on [View All Project Files]), and then
$ su Password: YOUR-PASSWORD-HERE # rpm -Uhv granule-VERSION.i386.rpm # exit $ |
If you want to build Granule from scratch, first, install all dependency libraries, download latest granule-VERSION.tar.gz from SourceForge download page, and then
$ tar xvfz granule-VERSION.tar.gz $ cd granule-VERSION $ ./configure $ make $ su Password: YOUR-PASSWORD-HERE # make install # exit $ |