HOW TO SETUP YOUR REACTOS BUILD ENVIRONMENT WITH THIS LAZY MINGW PORT OF GCC: ============================================================================= 1. Download the following files for a basic MingW environment: http://prdownloads.sf.net/mingw/gcc-core-3.4.5-20060117-1.tar.gz?download http://prdownloads.sf.net/mingw/gcc-g++-3.4.5-20060117-1.tar.gz?download http://prdownloads.sf.net/mingw/binutils-2.16.91-20060119-1.tar.gz?download http://prdownloads.sf.net/mingw/mingw-runtime-3.9.tar.gz?download http://prdownloads.sf.net/mingw/w32api-3.6.tar.gz?download http://prdownloads.sf.net/mingw/mingw32-make-3.80.0-3.tar.gz?download 2. Download the lazy MinGW port of GCC from http://www.reactsoft.com/ 3. Extract all files in the same order as you downloaded them into c:\MingW Overwrite existing files if prompted 4. Download the Netwide Assembler (NASM) and extract it to c:\MingW\bin http://prdownloads.sourceforge.net/nasm/nasm-0.98.39-win32.zip?download 5. Create the following environment variables: C_INCLUDE_PATH=c:\MingW\include CPLUS_INCLUDE_PATH=c:\MingW\include;c:\MingW\include\c++\4.1.3;c:\MingW\include\c++\4.1.3\mingw32 LIBRARY_PATH=c:\MingW\lib 6. Add c:\MingW\bin to the Path environment variable DONE!