From: Alby L. <al...@th...> - 2001-07-09 15:21:07
|
Its going to be a week or so until I get a linux server together so I want to try this win install to get better acquainted with BC2. Its been forever since I worked with BC1, so maybe I should know this but how do I set the environment variable BCHOME=c:/path/to/binarycloud, is this variable in the prepend file or something? I can find BCPATH, but no BCHOME... Alby "Quote" 1. go to http://sources.redhat.com/cygwin/ install the latest cygwin package. 2. download the win32 version of PHP for http://www.php.net/ 3. unpack the r2 package in the cygwin environment. 4. set the environment variable BCHOME=c:/path/to/binarycloud 5. edit BCHOME/base/utils/installcode.sh, add #!/bin/sh in the first line 6. edit BCHOME/base/utils/processprepend.php and xml2php.php, replace the first line with #!c:/path/to/php/php.exe -q 7. then let's make, and it should be fine....... :) "Quote" |