J-Release Documentation
[o-du/l2.git] / docs / installation-guide.rst
index 43f8cc2..1cbea4c 100644 (file)
@@ -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