1
0
Fork 0
dnswire/.lgtm.yml

25 lines
573 B
YAML
Raw Normal View History

extraction:
cpp:
prepare:
packages:
- build-essential
- automake
- autoconf
- libtool
- pkg-config
- protobuf-c-compiler
- libprotobuf-c-dev
after_prepare:
- git clone https://github.com/DNS-OARC/tinyframe.git
- cd tinyframe
- ./autogen.sh
- ./configure --prefix="$PWD/../root"
- make
- make install
- cd ..
- export PKG_CONFIG_PATH="$PWD/root/lib/pkgconfig"
configure:
command:
- ./autogen.sh
- ./configure --disable-examples