File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff 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+ ```
5149cmake -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+ ```
5654cmake -L
57-
55+ ```
5856
59574 ) Build Samples
6058-------------------------------
You can’t perform that action at this time.
0 commit comments