Skip to content

Windows Development Environment

Ralf Schmitt edited this page Feb 1, 2015 · 5 revisions

Windows Development Environment

This page describes how to setup a development environment for boot on windows. It's not finished.

Git

Obviously you will need git. Get it from https://msysgit.github.io/ In the installer choose the option to install the git exeutable wrappers on the PATH.

MinGW/MSYS

MinGW provides a bash shell and GNU tools for windows. Download the installer from http://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download and choose to install at least mingw-base, msys, make and wget.

Maven

Download maven from https://maven.apache.org/

Launch4j

Download and install from http://launch4j.sourceforge.net/

Clone this wiki locally