diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-01-02 11:01:36 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-01-02 11:01:36 +0000 |
commit | 41796bd0f6fe528a47b7ce501828592e98b9ab9a (patch) | |
tree | 2a04c896e6455f2b9f79fec00db9284134736596 /Mig | |
parent | 420fc1d958cd278813deea1e44c7ff9e2c7a8012 (diff) |
none
Diffstat (limited to 'Mig')
-rw-r--r-- | Mig/BuildingMIG.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mig/BuildingMIG.mdwn b/Mig/BuildingMIG.mdwn index c12a3bd1..471edea2 100644 --- a/Mig/BuildingMIG.mdwn +++ b/Mig/BuildingMIG.mdwn @@ -4,7 +4,7 @@ If you want to build the Mach Interface Generator yourself instead of just using ## <a name="Getting_the_Source_Code"> Getting the Source Code </a> -You can chose between getting the [sources from the developers's RCS](http://www.gnu.org/software/hurd/mig-download.html#cvs): +You can chose between getting the [sources from the developers's rcs](http://www.gnu.org/software/hurd/mig-download.html#cvs): $ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/hurd co mig @@ -35,9 +35,9 @@ Additionally, you need to have GNU Mach's header files installed. See [[Mach/Bui ### <a name="_a_deb_file"> ... a _.deb_ file </a> -Change into the directory with the downloaded / unpacked MIG sources (\_mig-1.3.1): +Change into the directory with the downloaded / unpacked MIG sources (_mig-1.3.1.99_): - $ cd mig-1.3.1 + $ cd mig-1.3.1.99 Start the build process: |