|
Revision 1151, 0.5 kB
(checked in by jjb, 1 year ago)
|
reorganizing file structure
|
| Line | |
|---|
| 1 |
NOTE: the test suite has not been updated, used, or considered, in years. One day... |
|---|
| 2 |
|
|---|
| 3 |
-------------------------------- |
|---|
| 4 |
The test suite requires simpletest and tidy. |
|---|
| 5 |
|
|---|
| 6 |
simpletest requires php5. |
|---|
| 7 |
|
|---|
| 8 |
To build PHP5 on OS X: |
|---|
| 9 |
|
|---|
| 10 |
Install tidy with darwinports: |
|---|
| 11 |
|
|---|
| 12 |
sudo port install tidy |
|---|
| 13 |
|
|---|
| 14 |
Then use this command to build php: |
|---|
| 15 |
|
|---|
| 16 |
./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/sbin/apxs --with-tidy=/opt/local/ |
|---|
| 17 |
|
|---|
| 18 |
To install simpletest: |
|---|
| 19 |
|
|---|
| 20 |
1 download the latest release: http://sourceforge.net/projects/simpletest/ |
|---|
| 21 |
2 sudo pear install simpletest_X.X.X.tgz |
|---|
| 22 |
|
|---|