improved packaging in anticipatin for correcting my split of packages.
[CommonLispStat.git] / external / README
blob26c16bc71dbf486a2f96cd994b889dc8bd6f1d17
1 Getting required external files.
4 Commands for external DARCS
6   darcs get http://common-lisp.net/project/lift/darcs
7   cd lift.darcs ; darcs pull
8   darcs get http://common-linsp.net/project/cffi/darcs/cffi
9   cd cffi.darcs ; darcs pull
11   Need to find a script that will help us convert and update from the
12   actual darcs repository.
15 Commands for external GIT:
17   cd $(LISPSTAT-GIT-TOPLEVEL-DIR) # from here, cd .. (hopefully!)
18   git submodule add git://cyrusharmon.org/pub/git/ch-asdf.git \
19         external/ch-asdf.git
20   git submodule add git://cyrusharmon.org/pub/git/ch-util.git \
21         external/ch-util.git
22   git submodule status
23   git status
26   ## How do we update locally?   
27   git submodule update ...??  (test using the submodule that we need to get when connected).