Talk:Building ReactOS

From ReactOS Wiki
Revision as of 01:56, 23 December 2012 by BlackRabbit (talk | contribs)
Jump to: navigation, search

So the link to svn://svn.reactos.org/trunk/reactos does not seem to work. Anyone come up with the same problem? --[[User::victor_m_perez|victor_m_perez]] 17:04, 24 March 2006

Yeah. --SamB 19:25, 24 March 2006 (CET)

Note that viewcvs[1] apparently still works... --SamB 21:15, 24 March 2006 (CET)

make something: to be added in main page.

Although

make something 

might work, in some cases, it can be necessary to

make clean && make something

To verify that the runned ReactOS version match the svn used version check that the «ver» command from «cmd» from running ReactOS gives the same result than «svn info» from build environment. If both versions does not match, you might need to «make clean» before your «make something» command.