Skip to content

Commit

Permalink
not tested
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Oct 23, 2024
1 parent 5670f06 commit 8e5ff94
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/scripts/mknemo.d/boost
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# How to Install the Boost Library in C++ on Ubuntu or any other Linux Distribution
# https://trendoceans.com/install-boost-library-for-c/

# sudo apt install libboost-all-dev

wget=https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.tar.bz2

# https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2

#h ttps://github.com/boostorg/boost/tags


tar xvf boost_1_81_0.tar.gz
./bootstrap.sh --prefix=/usr/
./b2
sudo ./b2 install

0 comments on commit 8e5ff94

Please sign in to comment.