aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 07ef7886cf645d7a9d0b32dea1f67bc7b684044d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# NostrSDK

C++ System Development Kit for Nostr

## Building the SDK

### Prerequisites

- CMake 3.14 or later
- C++17 compiler
- OpenSSL 1.1.1 or later
- Boost 1.85 or later

### Standalone Build

When building this library as a standalone project, the `Boost_INCLUDE_DIR` and `OPENSSL_ROOT_DIR` variables must be set at the CMake configuration step.