Skip to content

Commit aec4afc

Browse files
rpetrescu-onetinova
authored andcommitted
M #-: Update documentation for build from sources for Ubuntu 22.04 (#507)
(cherry picked from commit 1f1a8f7)
1 parent 0e72eea commit aec4afc

File tree

1 file changed

+9
-1
lines changed
  • content/software/installation_process/build_from_source_code

1 file changed

+9
-1
lines changed

content/software/installation_process/build_from_source_code/build_deps.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,18 @@ This page lists the **build** dependencies for OpenNebula.
6666
* **scons**
6767
* **unzip**
6868

69+
For Ubuntu 22.04 is recommended a updated version of Node.js:
70+
71+
```default
72+
apt -y remove nodejs libnode-dev || true
73+
apt -y autoremove
74+
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
75+
```
76+
6977
Install all requirements using:
7078

7179
```default
72-
apt install bash-completion debhelper default-jdk freerdp2-dev grunt javahelper libaugeas-dev libcairo2-dev libcurl4-openssl-dev libmysql++-dev libmysqlclient-dev libnode-dev libossp-uuid-dev libpango1.0-dev libpulse-dev libsqlite3-dev libssh2-1-dev libssl-dev libsystemd-dev libtool libvncserver-dev libvorbis-dev libwebp-dev libws-commons-util-java libxml2-dev libxmlrpc-c++8-dev libxslt1-dev libzmq3-dev libzmq5 nodejs npm python3 python3-pip python3-setuptools rake ruby-dev scons unzip && npm install -g bower
80+
apt install bash-completion debhelper default-jdk freerdp2-dev grunt javahelper libaugeas-dev libcairo2-dev libcurl4-openssl-dev libmysql++-dev libmysqlclient-dev libnode-dev libossp-uuid-dev libpango1.0-dev libpulse-dev libsqlite3-dev libssh2-1-dev libssl-dev libsystemd-dev libtool libvncserver-dev libvorbis-dev libwebp-dev libws-commons-util-java libxml2-dev libxmlrpc-c++8-dev libxslt1-dev libzmq3-dev libzmq5 nodejs npm python3 python3-pip python3-setuptools rake ruby-dev scons unzip libnsl-dev && npm install -g bower
7381
```
7482

7583
## Debian 11, Debian 12

0 commit comments

Comments
 (0)