minor fix authored by Cedric Roux's avatar Cedric Roux
......@@ -13,8 +13,8 @@ git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
cd YOUR_openairinterface5g_DIRECTORY
source oaienv #Very important. It sets the correct environment variables.
cd cmake_targets
./build_oai -I --install-optional-packages (need to run only once)
./build_oai -h (for more options)
./build_oai -I --install-optional-packages #need to run only once
./build_oai -h #for more options
```
### Install, Build eNB
......@@ -41,6 +41,7 @@ Notes:
* Add `-V` to enable VCD file generation
* Add `-K /tmp/itti_enb.log` for itti logs
* For lte_noS1_build_oai do the following:
```shell
cd lte_noS1_build_oai
mkdir build
......
......