Add docbook-xsl as a dependency
This commit is contained in:
parent
7c8154eb53
commit
eae5fff478
|
@ -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
5
README
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue