File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
content/software/installation_process/build_from_source_code Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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+
6977Install 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
You can’t perform that action at this time.
0 commit comments