25 lines
468 B
Markdown
25 lines
468 B
Markdown
|
|
## C++ API Example
|
|
|
|
### Requirements
|
|
|
|
* CMake
|
|
* C++ Compiler
|
|
|
|
### Building
|
|
|
|
* Run cmake with `BUILD_EXAMPLES=ON`
|
|
* Build target `cpp_api_example`
|
|
|
|
### Running from Command Line
|
|
|
|
Invoke binary located in the build directory:
|
|
|
|
```
|
|
$ cpp_api_example path/to/database_file.srctrldb path/to/examples/cpp_api_example/data/example.cpp
|
|
```
|
|
|
|
### Running with Sourcetrail
|
|
|
|
Open `cpp_api_example.srctrlprj` located in the build directory with Sourcetrail and index the project.
|