OpenBeacon git repository
From OpenBeacon
Google Tech Talk about the philosophy of git by Linus Thorvalds
Getting the OpenBeacon source code
OpenBeacon related source code may be found in our git repository for occasional browsing and for development purposes:
git clone http://www.openbeacon.org/openbeacon.git
If you don't have git installed you can get a recent version at http://git-scm.com/download or install the software via your favourite packet management system. Under windows we suggest the installation of the http://www.cygwin.com/ system to provide you the full set of *NIX command line tools as used in our make files.
Fedora Linux installation of git:
yum install git
Latest Source Snapshots
Alternatively the latest snapshots can be downloaded here:
- as Unix tar.bz2 file
- as Windows ZIP File file
Building the sources
OpenBeacon source code git mirrors
OpenBeacon is mirrored to some code collaboration repositories we regularly use - namely SourceForge and github:
git clone http://github.com/meriac/openbeacon.git git clone git://openbeacon.git.sourceforge.net/gitroot/openbeacon/openbeacon