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

From BZFlagWiki
Jump to navigation Jump to search
Op90 (talk | contribs)
No edit summary
Op90 (talk | contribs)
No edit summary
Line 7: Line 7:
   git clone https://github.com/BZFlag-Dev/bzflag.git
   git clone https://github.com/BZFlag-Dev/bzflag.git


to clone the repository.
to clone the repository. This creates the directory bzflag which contains all the sources.

Revision as of 10:04, 6 January 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.