| Home | Downloads | Documentation | Plugins | Spinoff projects | Mailing List |
System Requirements
These instructions have been updated for version 0.1.7.
phc needs a Unix-like environment to run (it has been tested on Linux, Solaris, and Mac OS X). To compile phc, you will need
To make full use of phc, you will also need
Finally, if you want to modify the internals of phc (in other ways than through the explicit API we provide for doing so), you will need the following tools:
However, most people should not need these tools (even if you are implementing tools based on phc). It is possible to link phc to the Boehm
garbage collector (known as Installation InstructionsFirst of all, you must download the
latest release of phc, and save it to some
temporary location, for example Next you must decide where you want to extract phc. Here, we will assume that you want to extract
it to your home directory ( cd ~ tar xvfz /tmp/phc-VERSION.tar.gz This will create a new directory cd ~/phc-VERSION ./configure make This should compile without any warnings or errors. If this step fails, please send a bug report to the mailing list with as much information about your system as you can give, and we will try to resolve it. Finally, install phc using make install For information on running phc, see Running phc. If you can follow those instructions and you get the output you should get, congratulations! You have successfully installed phc :-) |
| $LastChangedDate: 2006-09-08 12:24:58 +0100 (Fri, 08 Sep 2006) $. Contents © the authors. |