diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-10 21:55:15 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-10 21:55:15 +0100 |
commit | bbe00e7cb7320fdf793687fe3a4b3a6926d6133b (patch) | |
tree | d2ba6c4f02b66a38862be94a6c0430c8aa95b32d | |
parent | f4e02913f52c1bce29aec5a37ebe0eb2bff9f7ee (diff) | |
download | desktop-tools-bbe00e7cb7320fdf793687fe3a4b3a6926d6133b.tar.gz desktop-tools-bbe00e7cb7320fdf793687fe3a4b3a6926d6133b.tar.xz desktop-tools-bbe00e7cb7320fdf793687fe3a4b3a6926d6133b.zip |
Update README
-rw-r--r-- | README.adoc | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index 008f01a..704c13e 100644 --- a/README.adoc +++ b/README.adoc @@ -21,10 +21,19 @@ to other people as well: Don't expect them to work under any OS that isn't Linux. -Building and Running --------------------- +Packages +-------- +Regular releases are sporadic. git master should be stable enough. You can get +a package with the latest development version from Archlinux's AUR, or from +openSUSE Build Service for the rest of mainstream distributions. Consult the +list of repositories and their respective links at: + +https://build.opensuse.org/project/repositories/home:pjanouch:git + +Building +-------- Build dependencies: CMake, pkg-config, liberty (included) + -Runtime dependencies: libpulse, libx11 +Runtime dependencies: libpulse, libx11, libgdm (optional) $ git clone --recursive https://github.com/pjanouch/desktop-tools.git $ mkdir desktop-tools/build |