|
@@ -104,7 +104,10 @@ One of the simplest fractal figures is the snowflake. This figure is formed by a
|
104
|
104
|
|
105
|
105
|
#### Instructions:
|
106
|
106
|
|
107
|
|
-1. Load the project `RecursiveShapes` onto `QtCreator` by double clicking on the `RecursiveShapes.pro` file in the `Documents/eip/Recursion-RecursiveShapes` folder of your computer. You may also go to `http://bitbucket.org/eip-uprrp/recursion-recursiveshapes` to download the `Recursion-RecursiveShapes` folder to your computer.
|
|
107
|
+1. Load the project `RecursiveShapes` into `QtCreator`. There are two ways to do this:
|
|
108
|
+
|
|
109
|
+ * Using the virtual machine: Double click the file `RecursiveShapes.pro` located in the folder `/home/eip/labs/recursion-recursiveshapes` of your virtual machine.
|
|
110
|
+ * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/recursion-recursiveshapes` to download the folder `recursion-recursiveshapes` from `Bitbucket`. Double click the file `RecursiveShapes.pro` located in the folder that you downloaded to your computer.
|
108
|
111
|
|
109
|
112
|
2. Compile and run the program so you see a snowflake figure constructed with 3 iterations of the `snowflake` function. You can see the code of this function in the `snowflake.cpp` file of the `Qt` project.
|
110
|
113
|
|