Rockbox Development > Starting Development and Compiling

Git and dev builds

<< < (2/3) > >>

saratoga:
http://www.rockbox.org/wiki/DevelopmentGuide

(if you've already setup the tools skip down to the using git portion)

anthony92:
the documentation (http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository) say :


--- Quote ---Every version of every file for the history of the project is pulled down when you run git clone. [...] all the versioned data would be there.
--- End quote ---

ok but how do tell the compiler to use the version i want.

I'm a little bit lost...

All i want is to get the source of the last stable version released and add the options HAVE_LBA48 and HAVE_MULTIVOLUME and also change the ata_power_on() waiting time from 250ms to 500ms so i can use my 4th gen ipod with a big 3.5" disk.

(ps: i already did "git clone ....." and already set up the cross compiler)

gevaerts:

--- Quote from: anthony92 on January 24, 2014, 12:38:57 PM ---All i want is get the source of the last stable version released

--- End quote ---

git checkout v3.13-final

I'd recommend against doing that though. Especially if you're going to change things, there's no particular reason to pick the last release (which by now is getting a bit old) over current development.

anthony92:
ok but if i take the current development version, the rockbox i'll put into my ipod may contain buggy/nonfunctional things or i'm wrong about this ???

saratoga:

--- Quote from: anthony92 on January 24, 2014, 02:21:53 PM ---ok but if i take the current development version, the rockbox i'll put into my ipod may contain buggy/nonfunctional things or i'm wrong about this ???

--- End quote ---

At this point, thats more likely to be the case with the stable version given how old it is. 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version