Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update build instructions with sample mysql configs.
  • Loading branch information
perlDreamer committed Jan 5, 2012
1 parent dc137d1 commit ce37f1e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions BUILD.macosx
Expand Up @@ -8,12 +8,14 @@ To build a WRE on MacOS X. Do the following tasks:
3) Install MySQL. We recommend the MySQL Community Server:
http://www.mysql.com/downloads/mysql/

4) Import the WRE into your environment:
4) Modify the default my.cnf file in wre/var/setupfiles/my.cnf and add this line to it:
lower_case_table_names=2

5) Import the WRE into your environment:
. wre/sbin/setenvironment.sh

5) Run:
6) Run:
./getsource.sh

6) Run:
7) Run:
./build.sh --all

10 changes: 6 additions & 4 deletions BUILD.redhat
Expand Up @@ -2,18 +2,20 @@ To build a WRE on RedHat Enterprise Linux. Do the following tasks:

1) Install the following packages:

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

2) Install MySQL. We recommend the Percona Server version:
http://www.percona.com/software/percona-server/downloads/

3) Install a my.cnf file. A suggested one is in var/setupfiles/my.cnf

3) Import the WRE into your environment:
4) Import the WRE into your environment:
. wre/sbin/setenvironment.sh

4) Run:
5) Run:
./getsource.sh

5) Run:
6) Run:
./build.sh --all


0 comments on commit ce37f1e

Please sign in to comment.