Page 1 of 2

source code understand

Posted: Sat Aug 23, 2014 6:00 pm
by Bharatkmistry
from where can i download reactos download and How to understand reactos sorce code???

Re: source code understand

Posted: Sat Aug 23, 2014 7:42 pm
by middings
You can download ReactOS from the ReactOS.org home page. Clicking the ReactOS 'atom' at the top of this page should take you there. Choose the "Downloads..." link in the "Releases" menu on the right side of the ReactOS home page.
ReactOS Home Page wrote:ReactOS... is still in alpha stage, meaning it is not feature-complete and is recommended only for evaluation and testing purposes.
Always back up your computer before trying ReactOS on it.

Most people evaluating ReactOS for the first time use the latest available release (0.3.16 at this time) for their initial experience of ReactOS. However, ReactOS's developers are always improving ReactOS so before reporting a bug or problem with ReactOS you should first try to reproduce it on a current or near-current daily build. Please read Vicmarcal's advice before reporting bugs.

Source code of the latest release is available for download from the "Downloads..." page. Information about the source code, how to work with it, and how to obtain the source code of a daily build is available on the "Development" page. This page can also be reached from the ReactOS.org home page. Choose "Development" located in the "Navigation" menu in the upper left corner of the home page.

Re: source code understand

Posted: Sat Aug 23, 2014 10:12 pm
by hbelusca
The up-to-date ReactOS source code should be SVN-checked-out at svn://svn.reactos.org/reactos/trunk . You also can have a look at it in your webbrowser: http://svn.reactos.org/svn/reactos/trunk (and http://svn.reactos.org/svn/reactos/ where you can get development branches and previous releases in tags/ ). A Git mirror is available at: http://git.reactos.org/ .

Daily builds are at http://www.reactos.org/getbuilds/ . For testing (and being able to make debug logs), you should use either the bootcd-XXXXX-dbg.iso or bootcd-XXXXX-dbgwin.iso .

Re: source code understand

Posted: Sun Aug 24, 2014 6:05 pm
by Bharatkmistry
sorry sir.. i tried but didn't download source code...i opened this link http://code.reactos.org/browse/~br=trunk/reactos/trunk. but i didn't get which file i have to download and how???? can u mail me ??? please...

Re: source code understand

Posted: Sun Aug 24, 2014 8:03 pm
by EmuandCo

Re: source code understand

Posted: Tue Aug 26, 2014 6:38 pm
by Bharatkmistry
svn://svn.reactos.org/reactos/trunk/reactos/ this link isn't opening..

Re: source code understand

Posted: Tue Aug 26, 2014 6:58 pm
by Forever Winter
You have to give the address to your svn client. For example, if you have RosBE installed, you can open a RosBE command prompt, cange to the folder where you want the sources put in
and type "svn co svn://svn.reactos.org/reactos/trunk/reactos/". I don't know how this works with git, but I think it's similar. The sources are also on https://github.com/mirror/reactos, where
you can download it in a zip file over your web browser, but I guess they are not that actual, so you should better use the links given by hbelusca. The link provided by EmuandCo gives also a
description for Tortoise SVN, if you don't like the command line.

Re: source code understand

Posted: Fri Aug 29, 2014 7:57 am
by Bharatkmistry
yes sir this link is working but i can only show the source code can't download.. please tel me how to download whole source code..

Re: source code understand

Posted: Fri Aug 29, 2014 8:19 am
by rembrandt
Bharatkmistry wrote:... How to understand reactos sorce code???
Learn a bit of C++, learn the basics of the NT kernel. Learn about source code control using GIT and SVN.
After that, you will KNOW how to download the source code. It is useless to download the source before you know what it is.

Re: source code understand

Posted: Fri Aug 29, 2014 9:45 am
by EmuandCo
rembrandt wrote:
Bharatkmistry wrote:... How to understand reactos sorce code???
Learn a bit of C++, learn the basics of the NT kernel. Learn about source code control using GIT and SVN.
After that, you will KNOW how to download the source code. It is useless to download the source before you know what it is.
Or just read THAT LINK!
https://www.reactos.org/development/source-control

Re: source code understand

Posted: Sat Aug 30, 2014 2:00 am
by Webunny
EmuandCo wrote:
rembrandt wrote:
Bharatkmistry wrote:... How to understand reactos sorce code???
Learn a bit of C++, learn the basics of the NT kernel. Learn about source code control using GIT and SVN.
After that, you will KNOW how to download the source code. It is useless to download the source before you know what it is.
Or just read THAT LINK!
https://www.reactos.org/development/source-control
http://coub.com/view/2ynbkr4q

Re: source code understand

Posted: Sat Aug 30, 2014 10:10 am
by Bharatkmistry
Ok.. got it... thanks a lot....

Re: source code understand

Posted: Sat Aug 30, 2014 10:24 am
by Bharatkmistry
I have reactos source code.. but how to understand hall source code completely....

Re: source code understand

Posted: Sat Aug 30, 2014 1:15 pm
by EmuandCo
I suggest reading...
As start
Nr. 2
Nr. 3

Re: source code understand

Posted: Sat Aug 30, 2014 8:05 pm
by Bharatkmistry
thanks...