Tags:
view all tags
---+__%SILVER%Installing Scamper on your SPOT Account%ENDCOLOR%__ *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. ---+++__%BLUE%Step 1. Attain Scamper Tarball%ENDCOLOR%__ First things first, we need to have a _%NAVY%tarball%ENDCOLOR%_ of the Scamper version we want to use. There should be a tarball for the current distribution you should be using in Dan's account(dea), which you can find in the SPOT home directory, so you should copy that tarball over to your home directory. [More Explicit Instructions] =$ cd ~= _%GREEN%[ensures you are in your home directory]%ENDCOLOR%_ =$ cp /home/dea/scam...%ENDCOLOR%%NAVY%|tab|%ENDCOLOR%%BLACK% ~ %ENDCOLOR%= _%GREEN%[using the tab key after typing the first few letters of the name of the file will auto-complete the filename for you]_ ---+++__%BLUE%Step 2. Extract Scamper Source%ENDCOLOR%__ =$ mkdir scamper_source= _%GREEN%[ creates a directory to place the source files we will extract]%ENDCOLOR%_ <verbatim>$ tar -xvf scam...tar.gz -C scamper_source --strip-components=1</verbatim> _%GREEN%[ -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]_ _%GREEN%[-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]_ _%GREEN%[--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 ]_ ---+++__%BLUE%Step 3. Configure and Make%ENDCOLOR%__ <verbatim>$ ./configure --prefix=/home/your_unix_username/scamper_build</verbatim> ---+++__%BLUE%Step 4. Make Install%ENDCOLOR%__ ---+++__%BLUE%Step 5. Edit PATH Variable%ENDCOLOR%__ ---+++__%GREEN%Notes%ENDCOLOR%__ _%NAVY%tarball%ENDCOLOR%_ is a slang term for a group of files bundled together using the _tar_ command, and in this case the files are also compressed by the _gzip_ command, full extension: .tar.gz _%ORANGE%warning: this page was written by an undergraduate, follow at your own risk. ;]%ENDCOLOR%_ -- Main.HelenFemmel - 2015-08-04
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r5
<
r4
<
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
More topic actions...
Topic revision: r3 - 2015-08-05
-
HelenFemmel
Home
Site map
Main web
Sandbox web
TWiki web
Sandbox Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
Edit
Attach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback