travis libfcgi-dev
This commit is contained in:
parent
a13c8abd5f
commit
2a2785090b
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# Run this as before_script in the travis file
|
||||||
|
apt-get update && apt-get install -y \
|
||||||
|
libfcgi-dev
|
||||||
|
|
||||||
git clone https://github.com/olofhagsand/cligen.git
|
git clone https://github.com/olofhagsand/cligen.git
|
||||||
(cd cligen && ./configure && make && sudo make install)
|
(cd cligen && ./configure && make && sudo make install)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue