diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-08 05:04:41 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-08 05:04:41 +0100 |
commit | eae5fff478b299f0c702010d14f8f0df99be79c9 (patch) | |
tree | fad1d0bfa4d494944a43d527ff1d3bcf81c0e57c | |
parent | 7c8154eb53d8afa0e6f45fd9f7dde5dba7a08249 (diff) | |
download | tdv-eae5fff478b299f0c702010d14f8f0df99be79c9.tar.gz tdv-eae5fff478b299f0c702010d14f8f0df99be79c9.tar.xz tdv-eae5fff478b299f0c702010d14f8f0df99be79c9.zip |
Add docbook-xsl as a dependency
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 317d6f5..68cf98d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ compiler: before_install: - sudo apt-get update -qq install: - - sudo apt-get install -y xsltproc zlib1g-dev libncursesw5-dev + - sudo apt-get install -y xsltproc docbook-xsl zlib1g-dev libncursesw5-dev - sudo apt-get install -y libgtk-3-dev libpango1.0-dev before_script: - mkdir build @@ -18,8 +18,9 @@ this regard. Building and Running -------------------- -Build dependencies: CMake, pkg-config, xsltproc, ncursesw, zlib, glib-2.0, - pango, termo (included), gtk+ (optional, any version) +Build dependencies: CMake, pkg-config, xsltproc, docbook-xsl, + ncursesw, zlib, termo (included), + glib-2.0, pango, gtk+ (optional, any version) $ git clone https://github.com/pjanouch/sdtui.git $ git submodule init |