User Tools

Site Tools


cluster:146

This is an old revision of the document!



Back

OpenLAVA 3.1.2.

Build process, switching to git approach.

Prequisites

  • yum install git
  • yum install rpmdev-setuptree
  • yum install rpm-build
  • yum install rpmdevtools
  • yum install tcl tcl-devel
# initialize git
git init
mkdir git-latest
cd git-latest

# pull branch down
git clone git://github.com/openlava/openlava.git
cd openlava/

# what's new
 1721  git log

# pull Dave's addition of rpm.sh
 1723  git checkout 07f740f884d9c71d

# build
./bootstrap.sh
./configure --prefix=/opt/openlava-3.1.2
make

# build packages
./rpm.sh
ls -lR /root/rpmbuild/


Back

cluster/146.1455128805.txt.gz · Last modified: 2016/02/10 13:26 by hmeij