Add docbook-xsl as a dependency

This commit is contained in:
Přemysl Eric Janouch 2015-02-08 05:04:41 +01:00
parent 7c8154eb53
commit eae5fff478
2 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@ compiler:
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
install: 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 - sudo apt-get install -y libgtk-3-dev libpango1.0-dev
before_script: before_script:
- mkdir build - mkdir build

5
README
View File

@ -18,8 +18,9 @@ this regard.
Building and Running Building and Running
-------------------- --------------------
Build dependencies: CMake, pkg-config, xsltproc, ncursesw, zlib, glib-2.0, Build dependencies: CMake, pkg-config, xsltproc, docbook-xsl,
pango, termo (included), gtk+ (optional, any version) ncursesw, zlib, termo (included),
glib-2.0, pango, gtk+ (optional, any version)
$ git clone https://github.com/pjanouch/sdtui.git $ git clone https://github.com/pjanouch/sdtui.git
$ git submodule init $ git submodule init