Skip to content

Commit aac7e2f

Browse files
committed
[update] gitignore boost installation 1.78
1 parent a10752e commit aac7e2f

3 files changed

Lines changed: 7 additions & 83 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ libs/secp256k1/*
6161
/cmake-build-debug-coverage/
6262
/cmake-build-release
6363
*.log
64+
65+
# boost
66+
/boost*
67+
boost_1_78_0.tar.bz2
68+
boost_1_78_0.tar.gz

boost_1_78_0.tar.gz

Lines changed: 0 additions & 82 deletions
This file was deleted.

doc/build-unix.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ install c2pool:
5858
git clone https://github.com/frstrtr/c2pool.git
5959
cd c2pool
6060
mkdir build
61-
cmake -DCMAKE_BUILD_TYPE=Debug -S . -B build
61+
# Force CMake to use the newly installed Boost 1.78.0
62+
cmake -DCMAKE_BUILD_TYPE=Debug -DBoost_ROOT=/usr/ -DBoost_NO_SYSTEM_PATHS=ON -S . -B build
6263
cmake --build build --target c2pool_main -j 6
6364
```
6465

0 commit comments

Comments
 (0)