|
@@ -211,7 +211,10 @@ To find the median of the components of the colors in a pixel, we have to use a
|
211
|
211
|
|
212
|
212
|
#### Instructions
|
213
|
213
|
|
214
|
|
-1. Load the project `PeskyTourist` on to QtCreator by double-clicking on the file `PeskyTourist.pro` in the directory `Documents/eip/Sort-PeskyTourist` on your computer. You can also go to `https://bitbucket.org/eip-uprrp/sort-peskytourist` to download the folder `Sort-PeskyTourist` to your computer.
|
|
214
|
+1. Load the project `PeskyTourist` into `QtCreator`. There are two ways to do this:
|
|
215
|
+
|
|
216
|
+ * Using the virtual machine: Double click the file `PeskyTourist.pro` located in the folder `/home/eip/labs/sorting-peskytourist` of your virtual machine.
|
|
217
|
+ * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/sorting-peskytourist` to download the folder `tema-nombre` from `Bitbucket`. Double click the file `PeskyTourist.pro` located in the folder that you downloaded to your computer.
|
215
|
218
|
|
216
|
219
|
2. The code that we provide creates the interface in Figure 3.
|
217
|
220
|
|