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.md for Ubuntu installation #77

Merged
merged 1 commit into from
May 15, 2020
Merged
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
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies yourself:
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
gir1.2-keybinder-3.0 gettext intltool dbus-x11
FreeBSD: py37-psutil py37-configobj keybinder-gtk3 py37-gobject3 gettext
intltool libnotify vte3

Expand All @@ -38,6 +38,7 @@ And go from there. Manpages are available in the 'doc' directory.

To install properly, run:

python3 setup.py build
python3 setup.py install --record=install-files.txt

See `--help` for an overview of the available options; e.g. `--prefix` to
Expand Down