Source code repository
From Gambit wiki
(Difference between revisions)
m (Copied from old wiki) |
m |
||
| (One intermediate revision not shown) | |||
| Line 1: | Line 1: | ||
The Gambit source code repository contains the history of changes to the sources. It can be accessed in the following ways. | The Gambit source code repository contains the history of changes to the sources. It can be accessed in the following ways. | ||
| - | * The history of changes can be browsed using the [http://www.iro.umontreal.ca/~gambit/repo/ | + | * The history of changes can be browsed using the [http://www.iro.umontreal.ca/~gambit/repo/.cgit.cgi/Gambit/log/ Gambit Scheme system repository web interface]. |
| - | * [http:// | + | * [http://git.or.cz/ Git] can be used to get a local copy of the latest sources. The procedure is explained [[Contributing Patches to Gambit Source Code | here]]. |
| + | |||
| + | [[Category:Development]] | ||
Latest revision as of 03:39, 28 October 2008
The Gambit source code repository contains the history of changes to the sources. It can be accessed in the following ways.
- The history of changes can be browsed using the Gambit Scheme system repository web interface.
- Git can be used to get a local copy of the latest sources. The procedure is explained here.