Difference between revisions of "Obtaining the library source from Mercurial"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
(Created page with "To obtain a copy of the code from mercurial, you might use the following commands (or thier equivalent, if you use a GUI based mercurial client) hg clone http://crayzedsgui.hg....")
 
(updated master repo links)
Line 1: Line 1:
 
To obtain a copy of the code from mercurial, you might use the following commands (or thier equivalent, if you use a GUI based mercurial client)
 
To obtain a copy of the code from mercurial, you might use the following commands (or thier equivalent, if you use a GUI based mercurial client)
  
  hg clone http://crayzedsgui.hg.sourceforge.net/hgroot/crayzedsgui/cegui_mk2 cegui-source
+
  hg clone https://bitbucket.org/cegui/cegui cegui-source
  
 
Once you have this, the cloned repository is updated to the default (unstable) code, so you most likely will want to switch to the stable branch instead (be aware that the -C option here will discard any local file changes without additional warning):
 
Once you have this, the cloned repository is updated to the default (unstable) code, so you most likely will want to switch to the stable branch instead (be aware that the -C option here will discard any local file changes without additional warning):
Line 7: Line 7:
 
  hg update -C v0-7
 
  hg update -C v0-7
  
You can also browse the repository from your web browser here: http://crayzedsgui.hg.sourceforge.net/hgweb/crayzedsgui/cegui_mk2/
+
You can also browse the repository from your web browser here: https://bitbucket.org/cegui/cegui/src/

Revision as of 15:22, 11 January 2013

To obtain a copy of the code from mercurial, you might use the following commands (or thier equivalent, if you use a GUI based mercurial client)

hg clone https://bitbucket.org/cegui/cegui cegui-source

Once you have this, the cloned repository is updated to the default (unstable) code, so you most likely will want to switch to the stable branch instead (be aware that the -C option here will discard any local file changes without additional warning):

hg update -C v0-7

You can also browse the repository from your web browser here: https://bitbucket.org/cegui/cegui/src/