Rockbox Technical Forums

Rockbox Development => Starting Development and Compiling => Topic started by: dj_killa_kill on September 21, 2006, 09:25:03 AM

Title: Patch Question
Post by: dj_killa_kill on September 21, 2006, 09:25:03 AM
Im new at this, Still grasping Open Source codes and stuff. But heres a question, and sorry if I sound noobish, after downloading a patch, how do I install it?
Title: Re: Patch Question
Post by: Llorean on September 21, 2006, 09:26:19 AM
I suggest you start with the SimpleGuideToCompiling wiki page. Installing a patch requires setting up the ability to compile.
Title: Re: Patch Question
Post by: dj_killa_kill on September 21, 2006, 09:42:06 AM
Oooooooooooo, I always wanted to get in to that stuff, Ive been reading up on C++ and got ahe grasp of Compilers. Thanks ;)
Title: Re: Patch Question
Post by: saratoga on September 21, 2006, 10:29:41 AM
Patches are just bits of source code.  You use the patch command in linux/cygwin to add them to the CVS code and then compile.
Title: Re: Patch Question
Post by: dj_killa_kill on September 22, 2006, 08:56:33 PM
I dont use Linux, Im kinda scared of it, this is my first exopsure to the open source end of things. Im running windows XP, what are some good complilers and is there a step by step patch guide?
Title: Re: Patch Question
Post by: saratoga on September 22, 2006, 10:44:03 PM
I dont use Linux, Im kinda scared of it, this is my first exopsure to the open source end of things. Im running windows XP, what are some good complilers and is there a step by step patch guide?

As Llorean said, you need to read (and follow) the directions in the SimpleGuideToCompiling.  You cannot choose a standard compiler, you must use one of the ones listed on that page.
Title: Re: Patch Question
Post by: bluebrother on September 23, 2006, 04:08:27 AM
I suggest you using the vmware image. It has all needed tools and compilers installed, so you just need to get familiar with the system (a linux installation) to start working.