remove "--install-optional-packages" from tutorials/documentation, it creates... authored by Cédric Roux's avatar Cédric Roux
remove "--install-optional-packages" from tutorials/documentation, it creates too much trouble on the mailing list
...@@ -13,15 +13,15 @@ git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git ...@@ -13,15 +13,15 @@ git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
cd YOUR_openairinterface5g_DIRECTORY cd YOUR_openairinterface5g_DIRECTORY
source oaienv #Very important. It sets the correct environment variables. source oaienv #Very important. It sets the correct environment variables.
cd cmake_targets cd cmake_targets
./build_oai -I --install-optional-packages #need to run only once ./build_oai -I #need to run only once
./build_oai -h #for more options ./build_oai -h #for more options
``` ```
## Install, Build eNB ## Install, Build eNB
* package installation + EXMIMO Driver Installation: `./build_oai -I --install-optional-packages` * package installation + EXMIMO Driver Installation: `./build_oai -I`
* package installation + USRP Driver installation : `./build_oai -I --install-optional-packages -w USRP` * package installation + USRP Driver installation : `./build_oai -I -w USRP`
* package installation + BladeRF Driver Installation: `./build_oai -I --install-optional-packages -w BLADERF` * package installation + BladeRF Driver Installation: `./build_oai -I -w BLADERF`
* eNB + EXMIMO + test: `./build_oai --eNB -w EXMIMO -c -s` * eNB + EXMIMO + test: `./build_oai --eNB -w EXMIMO -c -s`
* eNB + USRP: `./build_oai --eNB -c -w USRP` * eNB + USRP: `./build_oai --eNB -c -w USRP`
* eNB+ ETHERNET : `build_oai.bash --eNB -c -w ETHERNET` * eNB+ ETHERNET : `build_oai.bash --eNB -c -w ETHERNET`
... ...
......