Save as Word Document | Find | English | Portugues(Brasil)

Project and Analysis
Building an XMLNuke Package

How to build an XMLNuke package directly from XMLNuke sources

Table of contents
1. Analyzing and Projecting with XMLNuke
2. Implementing the solution.
3. Creating an XMLNuke Application in PHP
4. Creating an XMLNuke Application in CSharp
5. Building an XMLNuke Package

On this page
Building an XMLNuke package
Requirements for compilation


Building an XMLNuke package

To generate a package ready to run on XMLNuke, two Shell Scripts were created that download the latest stable version of XMLNuke existing in the repository of the site SourceForge.net, which performs all the necessary procedures so that it works and compiles it.

The pre-compiled versions existing on SourceForge.net are only updated when a set of requirements is fulfilled. However, these new updates are always implemented. If you want to always have these new updates, generating a package is the best option for those who want to use XMLNuke with the latest functionalities as quickly as possible.

Scripts to generate the packages are:

  • build-csharp-release-package.sh
  • build-php5-release-package.sh

Requirements for compilation

CSharp - Linux

  • SVN, Tar e GZ
  • Mono

PHP5 - Linux

  • SVN, Tar e GZ

CSharp - Windows

  • Cygwin com Bash, SVN, Tar e GZ
  • Microsoft .NET 2.0 SDK

PHP5 - Windows

  • Cygwin com Bash, SVN, Tar e GZ

Previous
Creating an XMLNuke Application in CSharp