瀏覽代碼

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 9 年之前
父節點
當前提交
f685a40923
共有 1 個檔案被更改,包括 6 行新增2 行删除
  1. 6
    2
      README-en.md

+ 6
- 2
README-en.md 查看文件

215
 
215
 
216
 ####Instructions
216
 ####Instructions
217
 
217
 
218
-1. Load the Qt project called `GreenScreenLab` by double-clicking on the `GreenScreenLab.pro` file in the `Documents/eip/Arrays-GreenScreen` folder of your computer. You may also go to `http://bitbucket.org/eip-uprrp/arrays-greenscreen` to download the `Arrays-GreenScreen` folder to your computer.
218
+1. Load the project  `GreenScreenLab` into `QtCreator`. There are two ways to do this:
219
 
219
 
220
-2. Build and run the program. The provided code creates the interface shown in Figure 5. The buttons  *Select Image* and *Select Background Image* have already been programmed to perform their actions.
220
+   * Using the virtual machine: Double click the file `GreenScreenLab.pro` located in the folder `/home/eip/labs/arrays-greenscreen` of your virtual machine.
221
+
222
+   * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/arrays-greenscreen` to download the folder `arrays-greenscreen` from `Bitbucket`. Double click the file `GreenScreenLab.pro` located in the folder that you downloaded to your computer.
223
+
224
+2. Configure and run the program. The provided code creates the interface shown in Figure 5. The buttons  *Select Image* and *Select Background Image* have already been programmed to perform their actions.
221
 
225
 
222
     ---
226
     ---
223
 
227