{style}
.panel {-moz-border-radius: 7px;
border-radius: 7px;}
.panelMacro table {-moz-border-radius: 15px;
border-radius: 15px;}
{style}


These instructions describe how to build Weasis directly from the Git repository on any platform. For building Weasis from an IDE, see Plug-in Development Guidelines.

Prerequisites

  1. JDK 8 or higher (Sun or OpenJDK)
  2. Maven 3 or higher (http://maven.apache.org/guides/index.html)

    If your computer is behind a proxy server, configure maven.


  3. Git (or directly download source from github)

Getting the Source

To clone the repository, first install GIT and either clone using a graphical GIT client or directly from the command line using the command:

git clone https://github.com/nroduit/Weasis.git

This command will copy the current development code (the "master" branch) into a local directory named Weasis.

Note: Sources can also be browsed online or download as a zip file.

Check out a tag version to build a stable version, see tag list.

git checkout <TAG_NAME>


Building all Plug-ins

mvn clean install

Building Weasis Distributions