Difference: ScamperInstall (4 vs. 5)

Revision 52015-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: 48 to 48
 
$ ./configure --prefix=/home/your_unix_username/scamper_build 
Changed:
<
<
[by default the command 'make install' will install all the files in '/usr/local/bin', etc., but since we want to be able to modify the source code in our home directories separately and test run our changes, we each need to install scamper into our own home directory. This is what the --prefix argument helps with and the path we specify is where the executables will be placed.]
>
>
[by default the command 'make install' will install all the files in '/usr/local', etc., but since we want to be able to modify the source code in our home directories separately and test run our changes, we each need to install scamper into our own home directory. This is what the --prefix argument helps with and the path we specify is where the executables will be placed.]
 
$ make
Line: 57 to 57
 

Step 4. Make Install

Changed:
<
<
Go ahead and install Scamper, you will need to have sudo privileges to go through this step, which will also be needed for most of the scamper commands anyways so you will probably want to ask Dan about getting access to that.
>
>
Go ahead and install Scamper, you won't need to have sudo privileges to go through this step because are only installing scamper on our own home directory, but we will need sudo for most of the scamper commands anyways so you will probably want to ask Dan about getting access to that.
 
Changed:
<
<
$ sudo make install
>
>
$ make install
  [places the binary into the correct folders]
 
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