blob: 58d1ac765fa4b18a179b0af84cc6499622b63ab8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Building on RHEL3 without access to root (i.e. no yum)
======================================================
Install make-3.80 into ~/local/make-3.80
Install apr-1.2.7 into ~/local/apr-1.2.7.
Install boost-1.33.1 into ~/local/boost-1.33.1
Install cppunit-1.11.4 into ~/local/cppunit-1.11.4
Build using the following command:
$ ./build.rhel3
Generate cppclient tarball:
$ ./release.client.rhel3
or if you want to name the release:
$ ./release.client.rhel3 1.0-RC1
|