We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3711f98 commit 3fee68aCopy full SHA for 3fee68a
utility/README.md
@@ -3,11 +3,10 @@
3
This directory contains a Mapcode encoding/decoding utility.
4
To build the original Mapcode tool, execute:
5
6
- gcc -O mapcode.cpp -lm -lpthread -o mapcode
7
-
8
-(Or if you need to make sure there are no warnings:)
9
10
- gcc -Wall -O mapcode.cpp -lm -lpthread -o mapcode
+ cd ../mapcodelib
+ gcc -c mapcoder.c
+ cd ../utility
+ gcc -O mapcode.cpp -lm -lpthread -o mapcode ../mapcodelib/mapcoder.o
11
12
For help, simply execute:
13
0 commit comments