Build Environment

From ReactOS Wiki
Revision as of 03:47, 5 October 2005 by WaxDragon (talk | contribs) (Reworked page, moved build specific stuff to Building ReactOS)
Jump to: navigation, search

To build ReactOS, you will need a suitable build environment. You can either setup your own, or use certain prebuilt packages. There are also a number of useful utilities you can optionally use.

First you need a suitable MinGW compiler suite. Some versions of the MinGW suite are buggy, and some distributions (like MSYS) have slight incompatibilities with our build system, please refer to the platform specific page for details.

Second, a Subversion (SVN) client is needed to obtain the current source from the ReactOS Subversion repository. The current repository URL is 'svn://svn.reactos.com/trunk/reactos'.

Optionally, you can use a patch or merge utility to apply patches from bugzilla and to create patches for submission.

After setting up your build environment, see Building ReactOS for futher information.