/** * @page quickstart Quickstart Guide * @ingroup guide \section quickstart_windows Prerequisites for Windows
  1. Install Cygwin including DEVEL\\make
  2. Install current mspgcc toolchain
  3. Make sure, that cygwin\\bin and mspgcc\\bin directories are included in the PATH. If you see errors about duplicate cygwin dlls, ensure that Cygwin is in the path before msgpcc, then remove all cygwin*.dll files from the mspgcc\\bin directory.
     
  4. See System\\makefile.platform for some configuration variables that might need to be adjusted for your environment.
     
  5. Now you are ready to compile ScatterWeb
     
  6. To compile the html and rtf documentation you need to install doxygen and (for the relation graphs) graphviz. Doxygen needs to be added to the path. Then go to the ScatterWeb Documentation directory and type "make doc".
    Get Doxygen: http://www.doxygen.org
\section quickstart_start Quick start

You can compile any application from the application's main directory by using the provided makefiles (more info).

\section quickstart_eclipse Using Eclipse IDE */