[ovirt-devel] How to build and install oVirt on Product Environment

2016-06-14 Thread Dewey Du
To build and install ovirt-engine execute the folllowing command: $ make clean install-dev PREFIX="${PREFIX}" What about installing it on Product Environment. Is the folllowing command right? $ make clean install PREFIX="${PREFIX}" ___ Devel mailing li

Re: [ovirt-devel] How to build and install oVirt on Product Environment

2016-07-25 Thread Sandro Bonazzola
On Tue, Jun 14, 2016 at 2:28 AM, Dewey Du wrote: > To build and install ovirt-engine execute the folllowing command: > > $ make clean install-dev PREFIX="${PREFIX}" > > What about installing it on Product Environment. Is the folllowing command > right? > > $ make clean install PREFIX="${PREFIX}"