mirror of https://github.com/pvnis/srsRAN_4G.git
add basic lgtm config
parent
31d40304ff
commit
febd668820
@ -0,0 +1,23 @@
|
|||||||
|
extraction:
|
||||||
|
cpp:
|
||||||
|
prepare:
|
||||||
|
packages:
|
||||||
|
- build-essential
|
||||||
|
- cmake
|
||||||
|
- libfftw3-dev
|
||||||
|
- libmbedtls-dev
|
||||||
|
- libpcsclite-dev
|
||||||
|
- libboost-program-options-dev
|
||||||
|
- libconfig++-dev
|
||||||
|
- libsctp-dev
|
||||||
|
- libuhd-dev
|
||||||
|
- libzmq3-dev
|
||||||
|
configure:
|
||||||
|
command:
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
index:
|
||||||
|
build_command:
|
||||||
|
- cd build
|
||||||
|
- make
|
Loading…
Reference in New Issue