Skip to content

Commit

Permalink
Merge pull request google#5 from HNKNTA/master
Browse files Browse the repository at this point in the history
more details in Linux build
  • Loading branch information
mainroach authored Apr 24, 2017
2 parents e2e733c + 056017c commit 9cd0f9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ The Linux build was tested on this config:

1. Verify linux has cmake and C++-11 capable g++ installed
1. Open shell
1 Run `mkdir build_linux`
1 Run `cd build_linux`
1. Invoke cmake to create the make files.
1. Run make
1. navigate to the newly created EtcTool directory cd EtcTool
1. run the executable: ./EtcTool -argfile ../../EtcTool/args.txt
1. Run `mkdir build_linux`
1. Run `cd build_linux`
1. Run `cmake ../`
1. Run `make`
1. navigate to the newly created EtcTool directory `cd EtcTool`
1. run the executable: `./EtcTool -argfile ../../EtcTool/args.txt`

Skip to the <a href="#usage">Usage</a> section for more information about using the
tool.
Expand Down

0 comments on commit 9cd0f9c

Please sign in to comment.