|
From: John T. <gi...@gi...> - 2011-12-11 15:35:29
|
Docs: markup fixes Signed-off-by: John Thornton <jth...@gn...> http://git.linuxcnc.org/?p=emc2.git;a=commitdiff;h=62347d0 --- docs/src/common/Getting_EMC.txt | 37 ++++++++++++++++++++++++------------- 1 files changed, 24 insertions(+), 13 deletions(-) diff --git a/docs/src/common/Getting_EMC.txt b/docs/src/common/Getting_EMC.txt index f999e83..16297d7 100644 --- a/docs/src/common/Getting_EMC.txt +++ b/docs/src/common/Getting_EMC.txt @@ -131,14 +131,13 @@ and follow the Download link. If the file is too large to download in one session because of a bad or slow Internet connection, -use `wget` (or bittorrent) to allow -resuming after an interrupted download. +use 'wget' to allow resuming after an interrupted download. === Wget Linux (((Wget Linux))) Open a terminal window. In Ubuntu it is Applications/Accessories/Terminal. -Use `cd` to change to the directory where you would like to store the ISO. -Use `mkdir` to create a new directory if needed. +Use 'cd' to change to the directory where you would like to store the ISO. +Use 'mkdir' to create a new directory if needed. Note that actual file names may change so you might have to go to http://www.linuxcnc.org/[http://www.linuxcnc.org/] @@ -158,7 +157,7 @@ wget http://www.linuxcnc.org/lucid/ubuntu-10.04-linuxcnc1-i386.iso For the European mirror: wget http://dsplabs.upt.ro/~juve/emc/get.php?file=ubuntu-10.04-linuxcnc1-i386.iso -The md5sum of the above file is: `5283b33b7e23e79da1ee561ad476b05f` +The md5sum of the above file is: '5283b33b7e23e79da1ee561ad476b05f' ********************************************************************* To continue a partial download that was interrupted @@ -181,7 +180,7 @@ wget http://www.linuxcnc.org/hardy/ubuntu-8.04-desktop-emc2-aj13-i386.iso For the European mirror: wget http://dsplabs.upt.ro/~juve/emc/get.php?file=ubuntu-8.04-desktop-emc2-aj13-i386.iso -The md5sum of the above file is: `1bab052ec879f941628927c988863f14` +The md5sum of the above file is: '1bab052ec879f941628927c988863f14' ********************************************************************* After the download is complete you will find the ISO file in the @@ -205,9 +204,11 @@ First you have to change to the directory where wget is installed in. Typically it is in C:\Program Files\GnuWin32\bin so in the Command Prompt window type: -`cd C:\Program Files\GnuWin32\bin` +---- +cd C:\Program Files\GnuWin32\bin +---- -and the prompt should change to: `C:\Program Files\GnuWin32\bin>` +and the prompt should change to: 'C:\Program Files\GnuWin32\bin>' Type the wget command into the window and press enter as above. @@ -228,17 +229,23 @@ In Ubuntu it is Applications/Accessories/Terminal. Change to the directory where the ISO was downloaded to. -`cd download_directory` +---- +cd download_directory +---- Then run the md5sum command with the file name you saved. -`md5sum -b ubuntu-10.04-linuxcnc1-i386.iso` +---- +md5sum -b ubuntu-10.04-linuxcnc1-i386.iso +---- The md5sum should print out a single line after calculating the hash. On slower computers this might take a minute or two. -`5283b33b7e23e79da1ee561ad476b05f *ubuntu-10.04-linuxcnc1-i386.iso` +---- +5283b33b7e23e79da1ee561ad476b05f *ubuntu-10.04-linuxcnc1-i386.iso +---- Now compare it to the md5sum value that it should be. @@ -246,11 +253,15 @@ If you downloaded the md5sum as well as the iso, you can ask the md5sum program to do the checking for you. In the same directory: -`md5sum -c ubuntu-10.04-linuxcnc1-i386.iso.md5` +---- +md5sum -c ubuntu-10.04-linuxcnc1-i386.iso.md5 +---- If all is well, after a short delay the terminal will print: -`ubuntu-10.04-linuxcnc1-i386.iso: OK` +---- +ubuntu-10.04-linuxcnc1-i386.iso: OK +---- ==== Burning the ISO to a CD |