diff options
-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: |