mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-01-19 07:52:23 +01:00
asciidoc is needed to build from git
This commit is contained in:
parent
35e9f95118
commit
5744fdbc15
@ -10,5 +10,5 @@ env:
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:yubico/stable
|
- sudo add-apt-repository -y ppa:yubico/stable
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq -y libykclient-dev libpam0g-dev libldap2-dev libykpers-1-dev libyubikey-dev
|
- sudo apt-get install -qq -y libykclient-dev libpam0g-dev libldap2-dev libykpers-1-dev libyubikey-dev asciidoc
|
||||||
script: autoreconf -i && ./configure $CONFIGURE_ARGS && make check
|
script: autoreconf -i && ./configure $CONFIGURE_ARGS && make check
|
||||||
|
4
README
4
README
@ -45,8 +45,8 @@ You may check out the sources using Git with the following command:
|
|||||||
|
|
||||||
This will create a directory 'yubico-pam'.
|
This will create a directory 'yubico-pam'.
|
||||||
|
|
||||||
Autoconf, automake and libtool must be installed to create a compilable
|
Autoconf, automake, asciidoc and libtool must be installed to create a
|
||||||
source tree.
|
compilable source tree.
|
||||||
|
|
||||||
Generate the build system using:
|
Generate the build system using:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user