This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
fedora
Jonathan Brown edited this page May 27, 2017
·
1 revision
You need to have following dependencies installed on the Fedora system to build Lightwave
# dnf install autoconf automake gcc gcc-c++ git libtool rpm-build
# dnf install boost-devel boost-python curl-devel cyrus-sasl-devel glassfish-jaxws jansson-devel krb5-devel libuuid-devel openldap-devel openssl-devel python-devel sqlite-devel
# dnf install ant ant-contrib java-1.8.0-openjdk java-1.8.0-openjdk-devel maven tomcat
# wget https://vmware.bintray.com/lightwave-fedora/pool/l/lightwave/likewise-open-6.2.11-1.x86_64.rpm
# wget https://vmware.bintray.com/lightwave-fedora/pool/l/lightwave/likewise-open-devel-6.2.11-1.x86_64.rpm
# rpm -hiv likewise-open-devel-6.2.11-1.x86_64.rpm
$ git clone https://github.com/vmware/lightwave.git
$ cd lightwave/build
$ ./build_fedora.sh
This will perform configure and make the sources, you can use "make" to do subsequent incremental builds
$ JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk make package
This will create RPM packages in the build/RPMS/x86_64 directory.