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=43f8cc2da67607f18d1490cdaf8ad47922949b89;hpb=a6fdf00681f781fbccf7aa4bf95582f20e3039bb;p=o-du%2Fl2.git diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 43f8cc2da..1cbea4cbc 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -18,7 +18,16 @@ Version history | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +--------------------+--------------------+--------------------+--------------------+ -| 2022-12-15 | 5.0.0 | Radisys, | G release | +| 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 | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ +| 2022-12-15 | 5.0.1 | Radisys, | G release | | | | HCL Technologies | | | | | Ltd. | | +--------------------+--------------------+--------------------+--------------------+ @@ -95,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 @@ -107,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