Viewing application/octet-streamXP Runners with C#
$Id: README 11276 2009-07-21 09:08:00Z friebe $ Howto: Build
Run "make" to build the XP runners. If you don't have "csc" (the C Sharp
Compiler) in your path, you may tell make where to find it as follows: CSC=/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5/csc.exe make This step will produce the following binaries: xp.exe xpcli.exe xar.exe unittest.exe cgen.exe doclet.exe
Howto: Install
After building the binaries, copy them to a location in your $PATH and
create a file called "xp.ini" in the same directory. Inside that, define
the location where you have your XP framework installation. use=../devel/xp/trunk <EOF> |
|