Improvements for prerequisites for SMO deployment. 87/14887/1
authorAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Mon, 8 Sep 2025 12:40:19 +0000 (15:40 +0300)
committerAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Mon, 8 Sep 2025 12:40:29 +0000 (15:40 +0300)
Issue-ID: OAM-497
Change-Id: I83a91042aad3a1f612b58a9b48fb2850af00fbbd
Signed-off-by: Alex Stancu <alexandru.stancu@highstreet-technologies.com>
solution/README.md

index 84d2814..89f2419 100644 (file)
@@ -83,6 +83,12 @@ $ git --version
 git version 2.43.0
 ```
 
+### GCC
+
+```
+$ sudo apt install gcc
+```
+
 ### Python
 
 ```
@@ -90,6 +96,12 @@ $ python3 --version
 Python 3.12.3
 ```
 
+### Python3-dev
+
+```
+$ sudo apt install python3-dev
+```
+
 A python parser package is required.
 ```
 python3 -m venv .oam