Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saigut/cpp-libp2p-conan


https://github.com/saigut/cpp-libp2p-conan

conan cpp p2p

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# C++ project template

## Dependency
1. Install conan package manager
2. Adjust installation location of conan packages
```shell
# show
conan config get storage.path
# change
conan config set storage.path=
```

## Build
```shell
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --parallel
```