mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
461 B
YAML
24 lines
461 B
YAML
5 years ago
|
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
|