This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
BZFlag Git: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Created page with "BZFlag_Git is used by the developers to keep track of changes to the sources of BZFlag.  The sources for the most recent version of BZFlag can be found on [https://github...."  | 
				m added categories  | 
				||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
The version control system Git is used by the developers to keep track of changes to the sources of BZFlag.  | |||
The   | The git repo is hosted by github. You can find an overview on [https://github.com/BZFlag-Dev/bzflag this] page.  | ||
To get a copy of the sources for BZFlag you need git. Once installed use  | |||
  git clone https://github.com/BZFlag-Dev/bzflag.git  | |||
to clone the repository. This creates the directory bzflag which contains all the sources.  | |||
[[Category:Development]]  | |||
[[Category:Compiling]]  | |||
[[Category:Versions]]  | |||
Latest revision as of 21:18, 13 July 2016
The version control system Git is used by the developers to keep track of changes to the sources of BZFlag.
The git repo is hosted by github. You can find an overview on this page.
To get a copy of the sources for BZFlag you need git. Once installed use
git clone https://github.com/BZFlag-Dev/bzflag.git
to clone the repository. This creates the directory bzflag which contains all the sources.