| 1 | = [wiki:Source Check out source code] = |
| 2 | |
| 3 | This page is for new developers, who are interested in FGBI. |
| 4 | |
| 5 | Source code is available as a Mercurial repository and can be found at the following link |
| 6 | [https://svn.hyflow.org/svn/fgbi https://svn.hyflow.org/svn/fgbi] |
| 7 | |
| 8 | Anonymous access is not permitted at this stage. You will need a username and password to access the repository. If you need access to the sources, contact lvpeng@vt.edu. |
| 9 | |
| 10 | The command to clone the repository onto your computer is this: |
| 11 | |
| 12 | hg clone https://hyflow.org/hyflow/ |
| 13 | |
| 14 | To retrieve the newest changes use the this command: |
| 15 | |
| 16 | hg pull |
| 17 | hg update |
| 18 | |
| 19 | |