File tree 1 file changed +6
-36
lines changed
1 file changed +6
-36
lines changed Original file line number Diff line number Diff line change @@ -10,43 +10,13 @@ TraceFileGen can be downloaded from https://github.com/GarCoSim/TraceFileGen
10
10
11
11
# Overview of the Directories Structure
12
12
The following table lists the names of all directories and a short description.
13
- <table >
14
- <tbody >
15
- <tr>
16
- <td>
17
- <div>Name</div>
18
- </td>
19
- <td>
20
- Description.
21
- </td>
22
- </tr>
23
- <tr>
24
- <td>
25
- <div>build</div>
26
- </td>
27
- <td>
28
- build folder which is created by the ./build.sh script
29
- </td>
30
- </tr>
31
- <tr>
32
- <td>
33
- <div>ObjectClasses</div>
34
- </td>
35
- <td>
36
- C++ sources
37
- </td>
38
- </tr>
39
- <tr>
40
- <td>
41
- <div>Utils</div>
42
- </td>
43
- <td>
44
- C++ sources
45
- </td>
46
- </tr>
47
- </tbody >
48
- </table >
49
13
14
+ Name | Description
15
+ -------------- | -----------
16
+ build | build folder which is created by the ./build.sh script
17
+ ObjectClasses | C++ sources
18
+ Utils | C++ sources
19
+
50
20
# Installation (Initial Builing)
51
21
After downloading followed by extracting or cloning, do the followings
52
22
* $ cd TraceFileGen
You can’t perform that action at this time.
0 commit comments