Using the Installation Script
For questions or help for other GSoC students (or anyone really!), contact me at gabriellabohorquez@gmail.com or robocomp.team@gmail.com
Downloading the Script
-
Go to the Installation Script file in the repository. It’s called installScript.sh [link].
-
Right click the Raw button and select
Save link as...
.
OR
- Right Click this link and select
Save link as...
.
Pro Tip: Download it to Home so it’s easier to find it.
Running the Script from the terminal
-
Open your terminal window in your Ubuntu operating system.
-
Go to the place where you downloaded the file.
Pro Tip: Some Terminal Basics –> With the cd
command you can change your place to other folders. With ls
you can see the files in your current place.
-
Make it executable with this command:
sudo chmod +x installScript.sh
. It’s probably going to prompt you for your password. -
Now run it with this command:
./installScript.sh
.
Answering the Script Questions
When you run the script, it’s going to ask you several questions, prompting you with several y/n (Yes/No) options.
Depending on your downloading speed and how powerful your processor is, the installation process can take from a few minutes to almost an hour.
Pro Tip: if you make a mistake in the process, you can escape the script with Ctrl
+ C
.
The Installation Script in a short gif:
# # #