Skip to content

Commit 9a66fd2

Browse files
authored
Update README.md
1 parent 654a932 commit 9a66fd2

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,37 +24,35 @@ CONTENTS AND HOW TO BUILD
2424
-------------
2525
$TOP_FOLDER = folder where the repository was extracted
2626

27-
1) Setting the environment variables
27+
Setting the environment variables
2828
---------------------------------
2929
- Open a Terminal
3030
- cd to the folder where the archive was extracted.
3131
- run "source bootstrap.sh"
3232

33-
2) generate makefiles
33+
Generate makefiles
3434
---------------------------
3535
- Open a terminal
3636
- Follow the instructions above to set the environment variables
3737
- run cmake .
3838

3939

40-
3)Building the binaries
40+
Building the binaries
4141
---------------------------
4242
- Open a Terminal
4343
- Follow the instructions above to set the environment variables
4444
- Make sure the makefiles had been generated
4545
- run make
46-
4746
- This ensures that the new libraries have overwritten the pre-packaged libraries in $TOP/FOLDER/ACM-I
48-
4947
- to view options (does not print options of the external cmake projects)
50-
48+
```
5149
cmake -L
52-
50+
```
5351
- Since the above command does not print the options of external projects (with cmake build system),
5452
- cd to the appropriate external project folder and type
55-
53+
```
5654
cmake -L
57-
55+
```
5856

5957
4) Build Samples
6058
-------------------------------

0 commit comments

Comments
 (0)