diff --git a/changelog b/changelog index d5e1216..70b7bd7 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,4 @@ +20080607 tpd FAQ 48: Getting Axiom sources from git 20080607 tpd src/graph/viewalone/Makefile deleted (use bookvol8) 20080607 tpd src/graph/viewalone/parabola.view/bitmap deleted (use bookvol8) 20080607 tpd src/graph/viewalone/parabola.view/data deleted (use bookvol8) diff --git a/faq b/faq index d9ba9a3..4cbe9af 100644 --- a/faq +++ b/faq @@ -46,6 +46,7 @@ FAQ 44: I don't have the math fonts FAQ 45: Axiom copyright information FAQ 46: Axiom trademark information FAQ 47: Axiom won't build on Fedora 9 (SELinux) +FAQ 48: Getting Axiom sources from git =================================================================== FAQ 0: How do I use Axiom? @@ -1732,4 +1733,25 @@ then do: cd /etc/selinux/strict/src/policy make load +=================================================================== +FAQ 48: Getting Axiom sources from git +=================================================================== +There are 2 git repositories for Axiom source code. + +The first repository is at github.com. This repository is the +latest released version of Axiom (Gold). To get the source type: + + git-clone git://github.com/daly/axiom.git + +The second repository is at axiom-developer.org. This repository is the +latest development version of Axiom (Silver). To get the source type: + + git-clone ssh://git@axiom-developer.org/home/git/silver + (pswd:linus) + +Once you have the source code visit + +http://axiom.axiom-developer.org/axiom-website/download.html + +for further information.