blob: 4e79f374c4753d3dbfcca783fc1249480fafaca9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Anonymous git Access
To get the Mesa sources anonymously (read-only):
1. Install the git software on your computer if needed.
2. Get an initial, local copy of the repository with:
git clone git://anongit.freedesktop.org/git/mesa/mesa
3. Later, you can update your tree from the master repository with:
git pull origin
|