Difference: ScamperInstall (2 vs. 3)

Revision 32015-08-05 - HelenFemmel

Line: 1 to 1
 
META TOPICPARENT name="HelenFemmelSandbox"

Installing Scamper on your SPOT Account

Scamper is one of the core tools in our project and as such, its probably a good idea for you to have your own copy of it to play around with. The following instructions are here to help you get set up with your own build.
Line: 8 to 8
  [More Explicit Instructions]
Changed:
<
<
$ cd ~ [ensures you are in your home directory where we want the Scamper files to be placed]
>
>
$ cd ~ [ensures you are in your home directory]
 
Changed:
<
<
$ cp /home/dea/scam...|tab| ~
>
>
$ cp /home/dea/scam...|tab| ~
 [using the tab key after typing the first few letters of the name of the file will auto-complete the filename for you]

Step 2. Extract Scamper Source

Added:
>
>
$ mkdir scamper_source [ creates a directory to place the source files we will extract]

$ tar -xvf scam...tar.gz -C scamper_source --strip-components=1
[ -xvf is a combination of arguments that will specify to the tar command to extract the files from the tarball and write to the terminal all of the files being extracted]

[-C in 'x' mode this changes directories after opening the archive but before extracting entries from the archive, and directory name given after this argument in this case scamper_source is the directory it will change to]

[--strip-components=count removes the specified number of leading path elements, in this case this helps us because then we can extract the contents of the tarball directly into our folder scamper_source instead of having an intermediary folder called scamper.... in the folder scamper_source ]

 

Step 3. Configure and Make

Added:
>
>
$ ./configure --prefix=/home/your_unix_username/scamper_build
 

Step 4. Make Install

Step 5. Edit PATH Variable

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback