Skip to content

Commit 4ac9f1a

Browse files
fpolanco-onetinova
authored andcommitted
M #-: Adding missing scons dependency (#623)
(cherry picked from commit a0ac924)
1 parent 8864dab commit 4ac9f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/software/installation_process/build_from_source_code

content/software/installation_process/build_from_source_code/compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The packages do a `system-wide` installation. To create a similar environment, c
107107
oneadmin@frontend:~/ $> wget <opennebula tar gz>
108108
oneadmin@frontend:~/ $> tar xzf <opennebula tar gz>
109109
oneadmin@frontend:~/ $> cd opennebula-x.y.z
110-
oneadmin@frontend:~/opennebula-x.y.z/ $> scons -j2 mysql=yes syslog=yes fireedge=yes
110+
oneadmin@frontend:~/opennebula-x.y.z/ $> scons -j2 mysql=yes syslog=yes fireedge=yes grpcproto=yes
111111
[ lots of compiling information ]
112112
scons: done building targets.
113113
oneadmin@frontend:~/opennebula-x.y.z $> sudo ./install.sh -u oneadmin -g oneadmin

0 commit comments

Comments
 (0)