Difference between revisions of "Rosapps"
Mikedep333 (talk | contribs) (→instructions: typo) |
BrentNewland (talk | contribs) m |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''Rosapps''' stands for ReactOS Applications. It is a bunch of applications developed along with ReactOS, but not essential to its functionality. | |
− | + | == Instructions == | |
− | + | If you have a [[Build Environment]] setup, follow the following steps: | |
− | + | * Check out with subversion svn://svn.reactos.org/reactos/trunk/rosapps | |
− | + | * Copy this folder to .../reactos/modules/, where reactos is the directory where you checked out the ReactOS source itself. Do not copy its contents there, but copy the rosapps folder itself. Alternatively you can create a symbolic link instead. To build "rosapps" there are two paths. See below for more details. | |
− | Check out with subversion svn://svn.reactos.org/reactos/trunk/rosapps | + | **1. copy the rosapps folder into the reactos\modules folder |
− | + | **2. link reactos/modules/rosapps to rosapps | |
− | |||
− | |||
− | |||
− | |||
− | To build "rosapps" there are two paths | ||
− | |||
− | 1. copy the rosapps folder into the reactos\modules folder | ||
− | 2. link reactos/modules/rosapps to rosapps | ||
UNIX | UNIX | ||
cd ${ROS_SRC_ROOT}/reactos/modules | cd ${ROS_SRC_ROOT}/reactos/modules | ||
Line 24: | Line 16: | ||
junction rosapps %ROS_SRC_ROOT%\rosapps | junction rosapps %ROS_SRC_ROOT%\rosapps | ||
− | Eventually you can run "make depends" in the \reactos directory to compile it. | + | * Eventually you can run "make depends" in the \reactos directory to compile it. |
+ | [[Category:ReactOS_Software]] |
Latest revision as of 02:28, 4 March 2012
Rosapps stands for ReactOS Applications. It is a bunch of applications developed along with ReactOS, but not essential to its functionality.
Instructions
If you have a Build Environment setup, follow the following steps:
- Check out with subversion svn://svn.reactos.org/reactos/trunk/rosapps
- Copy this folder to .../reactos/modules/, where reactos is the directory where you checked out the ReactOS source itself. Do not copy its contents there, but copy the rosapps folder itself. Alternatively you can create a symbolic link instead. To build "rosapps" there are two paths. See below for more details.
- 1. copy the rosapps folder into the reactos\modules folder
- 2. link reactos/modules/rosapps to rosapps
UNIX cd ${ROS_SRC_ROOT}/reactos/modules ln -s ${ROS_SRC_ROOT}/rosapps rosapps WINDOWS cd %ROS_SRC_ROOT%\reactos\modules junction rosapps %ROS_SRC_ROOT%\rosapps
- Eventually you can run "make depends" in the \reactos directory to compile it.