982
edits
(added references to git downloadAndCompile team clone.) |
No edit summary |
||
| Line 11: | Line 11: | ||
The main fgmeta repository is currently at version 1.9.4 | The main fgmeta repository is currently at version 1.9.4 | ||
To start, clone the | To start, clone the team clone repository on gitorious. | ||
I'll be posting other git instructions as I uncover them. | I'll be posting other git instructions as I uncover them. | ||
git clone git://gitorious.org/+fg-download-and-compile/fg/fg-download-and-compile-fgmeta.git | |||
git fetch origin | |||
git checkout -f 1.9.4 # for example | |||
There are branches for versions 1.9.4 Through 1.9.12 | |||
These need to be populated with the correct versions (I don't have 1.9.5 through 1.9.9) | |||
edits