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