File tree 2 files changed +12
-8
lines changed
2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ To build a WRE on MacOS X. Do the following tasks:
8
8
3) Install MySQL. We recommend the MySQL Community Server:
9
9
http://www.mysql.com/downloads/mysql/
10
10
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:
12
15
. wre/sbin/setenvironment.sh
13
16
14
- 5 ) Run:
17
+ 6 ) Run:
15
18
./getsource.sh
16
19
17
- 6 ) Run:
20
+ 7 ) Run:
18
21
./build.sh --all
19
-
Original file line number Diff line number Diff line change @@ -2,18 +2,20 @@ To build a WRE on RedHat Enterprise Linux. Do the following tasks:
2
2
3
3
1) Install the following packages:
4
4
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
6
6
7
7
2) Install MySQL. We recommend the Percona Server version:
8
8
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
9
11
10
- 3 ) Import the WRE into your environment:
12
+ 4 ) Import the WRE into your environment:
11
13
. wre/sbin/setenvironment.sh
12
14
13
- 4 ) Run:
15
+ 5 ) Run:
14
16
./getsource.sh
15
17
16
- 5 ) Run:
18
+ 6 ) Run:
17
19
./build.sh --all
18
20
19
21
You can’t perform that action at this time.
0 commit comments