Skip to content

Commit 957e053

Browse files
committed
BUILD.md: cleanup
1 parent 58f83ab commit 957e053

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

BUILD.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Build is currently tested on GNU/Linux, macOS and Windows.
1212
sudo apt install libncurses5-dev libreadline-dev nettle-dev libgnutls28-dev libargon2-0-dev libmsgpack-dev libssl-dev libfmt-dev libjsoncpp-dev libhttp-parser-dev libasio-dev
1313

1414
# Install python binding dependencies
15-
sudo apt-get install cython3 python3-dev python3-setuptools
15+
sudo apt-get install cython3 python3-dev python3-setuptools python3-build
1616
```
1717

1818
Optionally, install Restinio to enable OpenDHT proxy client and server:
@@ -42,7 +42,7 @@ brew install gnutls msgpack-cxx argon2 asio readline jsoncpp fmt
4242
```
4343

4444
## Build
45-
### Using CMake
45+
Using CMake:
4646

4747
```sh
4848
# Clone the repository
@@ -74,8 +74,6 @@ cmake -DOPENDHT_PYTHON=ON \
7474
-DCMAKE_INSTALL_PREFIX=/usr ..
7575
```
7676

77-
**Note:** The `/usr` install prefix helps avoid adding `/usr/local/lib` to `LD_LIBRARY_PATH`. Use `/usr/local` for development builds or if you prefer standard local installation paths.
78-
7977
## Windows/MSVC
8078

8179
Building on Windows with MSVC is supported with VCPKG and CMake.

0 commit comments

Comments
 (0)