Skip to content

Commit

Permalink
README FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuMohanan01 committed Dec 5, 2019
1 parent 930850c commit cc036c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

# COMPILATION

There are 3 - header files [validate_parsed_options.h, search_algorithms.h, search_initiator.h] and 1 .cpp file [engine_main.cpp]
There are 3 - header files [validate_parsed_options.h, search_algorithms.h, search_initiator.h] and 1 .cpp file [engine_main.cpp],

copy all 4 files into any same directory and open terminal on that directory.
copy all 4 files into any directory [same] and run terminal on that directory.

->g++ engine_main.cpp -o dse -lboost_filesystem -lboost_program_options

Expand All @@ -14,7 +14,7 @@

-> ./dse --help

Will show up the options description [USAGE].
To show Usage Description.



Expand Down

0 comments on commit cc036c4

Please sign in to comment.