From: Alex B. <en...@tu...> - 2001-06-29 17:03:11
|
> Urghhh... I feel lame asking this question. BUT what does one need to do in > order to get a basic install. I tried going into the binarycloud dir and > typing "make", but the errors seem to imply I need to do more than that ;-) I meant to post earlier this morning... :) You need these two variables in your ENV: PHPRC = path to directory with command-line php.ini BCHOME = /path/to/binarycloud/ For example: PHPRC=/home/alex/r2/tools/cli_php/ BCHOME=/home/alex/r2/binarycloud You must also be able to call php -q from the command line. > Also, does anyone have any good references to URLs, etc that explain > Makefiles and how to use them - especially in a context as it may apply to > r2. Odysseas, can you recommend any reading? > As you can probably tell, I don't really understand r2 yet (or anything that > deals with make), but I'm convinced it's really worth learning. So any help, > pointers, etc would be most appreciated. Thanks! Once you have those env's set, and you know you have php command line working, you should be fine: cd /path/to/binarycloud/ make :) -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |