Rosapps

From ReactOS Wiki
Revision as of 22:04, 23 April 2007 by Mikedep333 (talk | contribs) (creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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. See bellow for more details:

From the makefile:

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
       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.