We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1ab8e commit 4b7b71dCopy full SHA for 4b7b71d
README.md
@@ -48,12 +48,12 @@ of how to use the library.
48
49
To build the original Mapcode tool, execute:
50
51
- cd utility
52
- gcc -O mapcode.cpp -o mapcode
+ cd utility
+ gcc -O mapcode.cpp -o mapcode
53
54
(Or if you need to make sure there are no warnings:)
55
56
- gcc -Wall -Wstrict-prototypes -Wshorten-64-to-32 -O mapcode.cpp -o mapcode
+ gcc -Wall -Wstrict-prototypes -Wshorten-64-to-32 -O mapcode.cpp -o mapcode
57
58
For help, simply execute the binary file 'mapcode' without no arguments.
59
This tool provides a rather extensive command-line interface to encode and
0 commit comments