Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{style}
.panel {-moz-border-radius: 7px;
border-radius: 7px;}
.panelMacro table {-moz-border-radius: 15px;
border-radius: 15px;}
{style}
Panel
borderColor2

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 6 8 or higher (Sun or OpenJDK)
  2. Maven 2.2 3 or higher (http://maven.apache.org/guides/index.html)

    Note

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

  3. Git (or directly download source from gitub), one of the following client:
  4. CLI on Linux or Mac OS X -  Install git-core package
  5. Windows - Tortoise Git - (When installing msysgit be sure to choose Unix style line endings)Eclipse - Install egit

Getting the Source

To clone the repository, first install GIT and either clone using a graphical GIT client (such as Tortoise Git) or directly from the command line using the command:

...