Skip to content

Commit ad0a185

Browse files
committedDec 13, 2011
build instructions
1 parent 28638a1 commit ad0a185

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎BUILD.redhat

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
To build a WRE on RedHat Enterprise Linux. Do the following tasks:
2+
3+
1) Install the following packages:
4+
5+
ncurses-devel gcc make glibc-devel gcc-c++ zlib-devel openssl-devel java sendmail expat-devel glib2-devel
6+
7+
2) Install MySQL. We recommend the Percona Server version:
8+
9+
http://www.percona.com/software/percona-server/downloads/
10+
11+
3) Run:
12+
getsource.sh
13+
14+
4) Run:
15+
build.sh --all
16+

‎Task-WebGUI/dist.ini

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Text::Diff::HTML = 0.06
2323
CAM::PDF = 1.52
2424
Text::PDF = 0.29
2525
Crypt::RC4 = 2.02
26-
Net::OpenID::Consumer = 1.03
2726
LWPx::ParanoidAgent = 1.04
2827
Crypt::DH = 0.06
2928
Math::BigInt::FastCalc = 0.19

0 commit comments

Comments
 (0)
Please sign in to comment.