We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b2d4e commit caed7acCopy full SHA for caed7ac
README.md
@@ -138,7 +138,7 @@ This is an example of how to list things you need to use the software and how to
138
mkdir boost
139
sudo apt-get -y install build-essential g++ python-dev autotools-dev libicu-dev libbz2-dev
140
wget http://downloads.sourceforge.net/project/boost/boost/1.76.0/boost_1_76_0.tar.gz
141
- tar -zxvf boost_1_764_0.tar.gz
+ tar -zxvf boost_1_76_0.tar.gz
142
cd boost_1_76_0
143
# get the no of cpucores to make faster
144
cpuCores=`cat /proc/cpuinfo | grep "cpu cores" | uniq | awk '{print $NF}'`
0 commit comments