[Mobies-commit] [commit] r3934 - UDM/trunk
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Fri Nov 4 16:47:54 CDT 2011
Author: ksmyth
Date: Fri Nov 4 16:47:54 2011
New Revision: 3934
Log:
CentOS instructions
Modified:
UDM/trunk/Linux_build.txt
Modified: UDM/trunk/Linux_build.txt
==============================================================================
--- UDM/trunk/Linux_build.txt Fri Nov 4 16:45:15 2011 (r3933)
+++ UDM/trunk/Linux_build.txt Fri Nov 4 16:47:54 2011 (r3934)
@@ -49,7 +49,7 @@
model-files.zip; save the archive in the top directory of your build
directory
- configure and build Udm with the usual sequence of steps for GNU autotools:
- configure (for RHEL and Fedora: configure --with-antlr=antlr1)
+ ./configure (for RHEL and Fedora: ./configure --with-antlr=antlr1)
make
- to run the tests launch the following command in the top build directory:
make check
@@ -68,3 +68,11 @@
wget 'http://build.isis.vanderbilt.edu/job/UDM/label=build-slave3/lastSuccessfulBuild/artifact/trunk/model-files-VC9-Release.zip' -O model-files.zip
# Build binary debs
fakeroot debian/rules binary
+
+Building (CentOS)
+----------------------------------------------
+- CentOS <6: enable RPMForge repository: http://wiki.centos.org/AdditionalResources/Repositories/RPMForge
+ yum -y groupinstall 'Development Libraries' 'Development Tools' 'Java Development'
+ yum -y install ccache cppunit-devel xerces-c-devel swig ant-junit boost-devel antlr
+ setenforce permissive
+ cd rpmbuild_CentOS && bash make.sh
More information about the Mobies-commit
mailing list