|
Page Edited :
qpid :
Build .NET Client
Build .NET Client has been edited by Arnaud (Oct 10, 2008). Content:PrerequisitesInstall:
Set up PATH to include Nant.exe: $ PATH=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727:$PATH Set up PATH to include ant: $ PATH=$ANT_HOME/bin:$PATH Building 0.9 ClientGenerate framing from /Qpid.Common/amqp.xml specificiation file: $ build-framing Alternatively, just switch to /Qpid.Common and run "ant" there. You can build from Visual Studio 2005 normally. Alternatively, you can build debug releases for any supported framework from the command line using Nant: To build .NET 2.0 executables (to bin/net-2.0): $ build-dotnet20 To build .NET 1.1 executables (to bin/net-1.1): $ build-dotnet11 To build for Mono on Linux (to bin/mono-2.0): $ build-mono Building 0.10 ClientPrerequisites:Generate code from <project home>/dotnet/client-010/gentool: $ cd <project home>/dotnet/client-010/gentool You can build from Visual Studio 2005 normally. Alternatively, you can build debug releases for any supported framework from the command line using Nant: To build .NET 2.0 executables (to bin/net-2.0): $ cd <project home>/dotnet/client-010/ To build for Mono on Linux (to bin/mono-2.0): $ cd <project home>/dotnet/client-010/ |
Unsubscribe or edit your notifications preferences
