Skip to content

Commit 4b7b71d

Browse files
committed
Updated build text
1 parent 6c1ab8e commit 4b7b71d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ of how to use the library.
4848

4949
To build the original Mapcode tool, execute:
5050

51-
cd utility
52-
gcc -O mapcode.cpp -o mapcode
51+
cd utility
52+
gcc -O mapcode.cpp -o mapcode
5353

5454
(Or if you need to make sure there are no warnings:)
5555

56-
gcc -Wall -Wstrict-prototypes -Wshorten-64-to-32 -O mapcode.cpp -o mapcode
56+
gcc -Wall -Wstrict-prototypes -Wshorten-64-to-32 -O mapcode.cpp -o mapcode
5757

5858
For help, simply execute the binary file 'mapcode' without no arguments.
5959
This tool provides a rather extensive command-line interface to encode and

0 commit comments

Comments
 (0)