From dreimer@svn.reactos.org Thu Jul 19 16:50:49 2007 From: dreimer@svn.reactos.org To: ros-diffs@reactos.org Subject: [ros-diffs] [dreimer] 27731: Renamed it to FAQ. It fits better than HowTos Added the first bunch of Q/A s. Date: Thu, 19 Jul 2007 14:50:26 +0000 Message-ID: <20070719145026.D4839FE82@mail.smartxx.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7176172223005449777==" --===============7176172223005449777== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: dreimer Date: Thu Jul 19 18:50:26 2007 New Revision: 27731 URL: http://svn.reactos.org/svn/reactos?rev=3D27731&view=3Drev Log: Renamed it to FAQ. It fits better than HowTos Added the first bunch of Q/A s. Modified: trunk/tools/RosBE-Windows/Documentation/files/howto.html (contents, pro= ps changed) trunk/tools/RosBE-Windows/Documentation/files/menu.html Modified: trunk/tools/RosBE-Windows/Documentation/files/howto.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati= on/files/howto.html?rev=3D27731&r1=3D27730&r2=3D27731&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- trunk/tools/RosBE-Windows/Documentation/files/howto.html (original) +++ trunk/tools/RosBE-Windows/Documentation/files/howto.html Thu Jul 19 18:50= :26 2007 @@ -1,0 +1,36 @@ + + + + RosBE HowTos + + + + +Q: How do I build ReactOS Source?
+A: Start RosBE and type "make bootcd" or "make livecd" to generate +ReactOS ISO Files from the Source.
+
+Q: I have a Multi Core CPU. Can I speed up the build process anyhow?
+A: Yes, you can. Just use makex instead of make Command. makex checks +for the Number of Cores and optimizes the Processes to that number.
+
+Q: How/Where can I get the Source Code?
+A: You could load it via any SVN Client from: +svn://svn.reactos.org/reactos/trunk/reactos RosBE itself has SVN +Command Line Client and a lite Variant for newbies called "ssvn" +(SimpleSVN) included. If you want to get the Source Tree, type "ssvn +create" and it copies all Code to the Default Source Folder you did set +while the Setup.
+
+Q: How can I update the Source Code?
+A: Just type "ssvn update".
+
+Q: Can I see somewhere if my Source Tree is up to date?
+A: Yes, just type "ssvn status".
+
+Q: My Source Tree is fucked up / Updating was aborted etc. etc. and now +I cannot update it anymore... What to do?
+A: You need to cleanup it. Type "ssvn cleanup" and wait. After that +type "ssvn update" and it runs again.
+ + Propchange: trunk/tools/RosBE-Windows/Documentation/files/howto.html ------------------------------------------------------------------------------ svn:eol-style =3D native Modified: trunk/tools/RosBE-Windows/Documentation/files/menu.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentati= on/files/menu.html?rev=3D27731&r1=3D27730&r2=3D27731&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- trunk/tools/RosBE-Windows/Documentation/files/menu.html (original) +++ trunk/tools/RosBE-Windows/Documentation/files/menu.html Thu Jul 19 18:50:= 26 2007 @@ -14,7 +14,7 @@ 2. Features

3. Basic Functions

4. Advanced Functions

- 5. HowTos

+ 5. FAQ

6. Credits
=20

--===============7176172223005449777==--