X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FREADME;h=d14d72937366d81cfa54598f6c41f59b87bd2d52;hb=82fed26a7029a52cb9add31cb57451e2a0073437;hp=3a0bf8a2c0adacb8add08ff6da5e69610430ec07;hpb=088bb8763eaf91c139ede025faf2fac7e57d25ed;p=o-du%2Fl2.git diff --git a/docs/README b/docs/README index 3a0bf8a2c..d14d72937 100644 --- a/docs/README +++ b/docs/README @@ -2,8 +2,8 @@ Directory Structure : --------------------- 1. l2/build/ : contains files required to compile the code a. common : contains individual module's makefile - b. config : contains SSI memory configuration - c. odu : contains main makefile to generate an executable binary + b. odu : contains main makefile to generate an executable binary + c. scripts: contains scripts for logging 2. l2/docs/ : contains README and other configuration files for building docs @@ -24,7 +24,10 @@ Pre-requisite for Compilation : 2. GCC version 4.6.3 and above 3. Install LKSCTP a. On Ubuntu : sudo apt-get install -y libsctp-dev - b. On CentOS : yum install lksctp-tools + b. On CentOS : yum install lksctp-tools-devel +4. Install PCAP: + a. On ubuntu : sudo apt-get install -y libpcap-dev + b. On CentOS : yum install libpcap-devel How to Clean and Build: