Contents:
Home
Contacts
Whats new (3.2.1)
Download
Gjots2 Online Manual (current)
Screenshots
Version History
Databases for gjots
Gjots-1.X Online Manual (old)
|
- Gjots2 for Python/GTK-3:
- For tarballs, source and RPM packages:
- sourceforge
- there are also fedora builds at COPR
- gjots is distributed by the Fedora project (as of f-14) - so you can now just do a 'dnf
install gjots2'
- On Gentoo - (untested for _ages_) download the ebuild file to
${LOCAL_PORTAGE}/app-office/gjots2/ and run emerge
gjots2 .
Note: ${LOCAL_PORTAGE} is the directory specified by the
PORTDIR_OVERLAY variable in /etc/make.conf .
- For Debian, you should be able to do a
apt-get install gjots2 .
There is a Debian package documentation page for gjots2 at:
https://packages.debian.org/gjots2
- Alternately, on Debian, you can use alien(1) to install the Fedora RPM file:
$ sudo apt install alien
$ sudo alien --install gjots2-3.1.9-1.fc31.noarch.rpm
Then you can run gjots with this:
$ PYTHONPATH=/usr/lib/python3.7/site-packages/gjots2 gjots2
- Other systems - use this from the tarball:
python ./setup.py install [ --prefix=/usr ]
glib-compile-schemas /usr/share/glib-2.0/schemas
- SVN access at sourceforge:
svn checkout svn://svn.code.sf.net/p/gjots2/code/tags/gjots-${SVNVERSION} gjots
|