X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-guide.rst;h=1cbea4cbc5065c813872d6713752baa3b6ff8aee;hb=refs%2Fchanges%2F52%2F12952%2F4;hp=0ac3714f4d62fdf8dca97321687df3063334e975;hpb=799160e805914b3131eb2b22f66c7a38a1bf9733;p=o-du%2Fl2.git diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 0ac3714f4..1cbea4cbc 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -18,6 +18,12 @@ Version history | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +--------------------+--------------------+--------------------+--------------------+ +| 2023-06-10 | 8.0.1 | Radisys | J release | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ +| 2023-12-14 | 7.0.1 | Radisys | I release | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ | 2023-06-13 | 6.0.1 | Radisys | H release | | | | | | +--------------------+--------------------+--------------------+--------------------+ @@ -98,7 +104,7 @@ Following libraries are required to compile and execute O-DU High: - Ubuntu : sudo apt-get install -y build-essential - CentOS : sudo yum groups mark install -y “Development Tools” - Ensure the version is 4.6.3 and above using + Ensure the version is 11.4.0 and above using - gcc --version @@ -110,6 +116,9 @@ Following libraries are required to compile and execute O-DU High: - Ubuntu : sudo apt-get install -y libpcap-dev - CentOS : sudo yum install -y libpcap-devel +- libxml2 + - Ubuntu : sudo apt-get install -y libxml2-dev + - CentOS : sudo yum install -y libxml2 Cloning code