2006-03-05 13:57:35 +00:00
|
|
|
====================
|
|
|
|
ReactOS Applications
|
|
|
|
====================
|
|
|
|
|
2018-06-12 21:38:05 +00:00
|
|
|
This directory contains extra applications for ReactOS.
|
2004-04-06 21:04:42 +00:00
|
|
|
Make sure you also have a copy of the rest of the ReactOS
|
|
|
|
source before you attempt to build anything in this module.
|
2008-04-14 20:05:52 +00:00
|
|
|
It is to be placed under "modules" subdirectory of a trunk checkout.
|
2018-06-12 21:38:05 +00:00
|
|
|
The module requires to be enabled during the "configure" process.
|
2015-01-29 00:15:35 +00:00
|
|
|
|
2021-09-13 01:33:14 +00:00
|
|
|
To include the module in your build folder, run the configure script with the flags -DENABLE_ROSAPPS=1
|
2015-01-29 00:15:35 +00:00
|
|
|
|
|
|
|
# For Windows users
|
|
|
|
|
2018-06-12 21:38:05 +00:00
|
|
|
configure.cmd -DENABLE_ROSAPPS=1
|
2015-01-29 00:15:35 +00:00
|
|
|
|
|
|
|
# For UNIX users
|
|
|
|
|
2021-09-13 01:33:14 +00:00
|
|
|
./configure.sh -DENABLE_ROSAPPS=1
|