Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the INSTALL file #15

Merged
merged 3 commits into from
Apr 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 26 additions & 9 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
It's strongly recommended to install Terminator using your OS's package
system rather than using setup.py yourself. You can find instructions
for many distributions at:
system rather than using setup.py yourself.

https://gnometerminator.blogspot.com/p/introduction.html
Packages are known to be available under the name "terminator" for the
following Linux Distributions

* Fedora
* CentOS
* Debian
* Ubuntu
* Arch Linux
* OpenSUSE

If you maintain terminator for an OS other than these, please get in touch
or issue a PR to this file.

If you don't have this option, please make sure you satisfy Terminator's
dependencies yourself:

* Python 2.5+, 2.6 recommended:
Debian/Ubuntu: python
FreeBSD: lang/python26
* Python 3.5+ recommended:

Debian/Ubuntu: python3
Fedora/CentOS: python3
FreeBSD: python37

* Python VTE bindings:
Debian/Ubuntu: python-vte
FreeBSD: x11-toolkits/py-vte
* Python GTK and VTE bindings:

Fedora/CentOS: python3-gobject python3-configobj python3-psutil vte291
keybinder3 intltool gettext
Debian/Ubuntu: python3-gi python3-psutil python3-configobj
gir1.2-keybinder-3.0 gettext intltool
FreeBSD: py37-psutil py37-configobj keybinder-gtk3 py37-gobject3 gettext
intltool

If you don't care about native language support or icons, Terminator
should run just fine directly from this directory, just:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def run(self):
description='Terminator, the robot future of terminals',
author='Chris Jones',
author_email='cmsj@tenshu.net',
url='https://gnometerminator.blogspot.com/p/introduction.html',
url='https://github.com/gnome-terminator/terminator',
license='GNU GPL v2',
scripts=['terminator', 'remotinator'],
data_files=[
Expand Down