Skip to content
Snippets Groups Projects
Commit 41aeb8f6 authored by Raymond Toy's avatar Raymond Toy
Browse files

Update with instructions for using git instead of CVS.

parent 05a46af4
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ c) GNU make ...@@ -34,7 +34,7 @@ c) GNU make
d) The CMU CL source code d) The CMU CL source code
Here you can either use one of the release source tarballs, or Here you can either use one of the release source tarballs, or
check out the source code directly from the public CMUCL CVS check out the source code directly from the public CMUCL git
repository. repository.
If you want to build CMU CL's Motif interface/toolkit, you'll need a If you want to build CMU CL's Motif interface/toolkit, you'll need a
...@@ -53,11 +53,13 @@ Setting up a build environment ...@@ -53,11 +53,13 @@ Setting up a build environment
tar xzf /tmp/cmucl-source.tar.gz tar xzf /tmp/cmucl-source.tar.gz
or, if you want to use the CVS sources directly: or, if you want to use the git sources directly:
export CVSROOT=:pserver:anonymous@common-lisp.net:/project/cmucl/cvsroot git clone git://common-lisp.net/projects/cmucl/cmucl.git src
cvs login (password is `anonymous')
cvs co src (The "src" is important to keep everything the same with git as it
was with cvs. If you use a different name, adjust the directions
below accordingly.)
Whatever you do, the sources must be in a directory named src Whatever you do, the sources must be in a directory named src
inside the base directory. Since the build tools keep all inside the base directory. Since the build tools keep all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment