瀏覽代碼

README-en.md edited online with Bitbucket

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

+ 4
- 1
README-en.md 查看文件

@@ -118,7 +118,10 @@ Source_Address Destination_Address Source_Port Destination_Port Octects Packets
118 118
 
119 119
 ####Instructions
120 120
 
121
-1. Load the Qt project called `NetworkAnalyzer` by double-clicking on the `NetworkAnalyzer.pro` file in the `Documents/eip/Sorting-NetworkAnalyzer` folder of your computer. You may also go to  `http://bitbucket.org/eip-uprrp/sorting-networkanalyzer` to download the `Sorting-NetworkAnalyzer` folder to your computer.
121
+1. Load the project  `NetworkAnalyzer` into `QtCreator`. There are two ways to do this:
122
+
123
+    * Using the virtual machine: Double click the file `NetworkAnalyzer.pro` located in the folder `/home/eip/labs/sorting-networkanalyzer` of your virtual machine.
124
+    * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/sorting-networkanalyzer` to download the folder `sorting-networkanalyzer` from `Bitbucket`. Double click the file `NetworkAnalyzer.pro` located in the folder that you downloaded to your computer.
122 125
 
123 126
 2. Open the `packet.cpp` file. Study the attributes and methods of the `Packet` class.
124 127