Skip to content

Commit ce37f1e

Browse files
committedJan 5, 2012
Update build instructions with sample mysql configs.
1 parent dc137d1 commit ce37f1e

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed
 

‎BUILD.macosx

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ To build a WRE on MacOS X. Do the following tasks:
88
3) Install MySQL. We recommend the MySQL Community Server:
99
http://www.mysql.com/downloads/mysql/
1010

11-
4) Import the WRE into your environment:
11+
4) Modify the default my.cnf file in wre/var/setupfiles/my.cnf and add this line to it:
12+
lower_case_table_names=2
13+
14+
5) Import the WRE into your environment:
1215
. wre/sbin/setenvironment.sh
1316

14-
5) Run:
17+
6) Run:
1518
./getsource.sh
1619

17-
6) Run:
20+
7) Run:
1821
./build.sh --all
19-

‎BUILD.redhat

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@ To build a WRE on RedHat Enterprise Linux. Do the following tasks:
22

33
1) Install the following packages:
44

5-
ncurses-devel gcc make glibc-devel gcc-c++ zlib-devel openssl-devel expat-devel glib2-devel wget
5+
ncurses-devel gcc make glibc-devel gcc-c++ zlib-devel openssl-devel expat-devel glib2-devel wget graphviz graphviz-devel
66

77
2) Install MySQL. We recommend the Percona Server version:
88
http://www.percona.com/software/percona-server/downloads/
9+
10+
3) Install a my.cnf file. A suggested one is in var/setupfiles/my.cnf
911

10-
3) Import the WRE into your environment:
12+
4) Import the WRE into your environment:
1113
. wre/sbin/setenvironment.sh
1214

13-
4) Run:
15+
5) Run:
1416
./getsource.sh
1517

16-
5) Run:
18+
6) Run:
1719
./build.sh --all
1820

1921

0 commit comments

Comments
 (0)
Please sign in to comment.