Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
36
3party/open-location-code/README.md
Normal file
36
3party/open-location-code/README.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Open Location Code C++ API
|
||||
This is the C++ implementation of the Open Location Code API.
|
||||
|
||||
# Usage
|
||||
|
||||
See openlocationcode_example.cc for how to use the library. To run the example, use:
|
||||
|
||||
```
|
||||
bazel run openlocationcode_example
|
||||
```
|
||||
|
||||
# Development
|
||||
|
||||
The library is built/tested using [Bazel](https://bazel.build). To build the library, use:
|
||||
|
||||
```
|
||||
bazel build openlocationcode
|
||||
```
|
||||
|
||||
To run the tests, use:
|
||||
|
||||
```
|
||||
bazel test --test_output=all openlocationcode_test
|
||||
```
|
||||
|
||||
The tests use the CSV files in the test_data folder. Make sure you copy this folder to the
|
||||
root of your local workspace.
|
||||
|
||||
# Formatting
|
||||
|
||||
Code must be formatted using `clang-format`, and this will be checked in the
|
||||
tests. You can format your code using the script:
|
||||
|
||||
```
|
||||
sh clang_check.sh
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue