File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Options when installing required Boost library files:
9090individual boost development packages, so the following can be used to only
9191install necessary parts of boost:
9292
93- sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost- test-dev libboost-thread-dev libboost-iostreams-dev libcurl4-gnutls-dev
93+ sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-test-dev libboost-thread-dev libboost-iostreams-dev libcurl4-gnutls-dev
9494
95952 . If that doesn't work, you can install all boost development packages with:
9696
@@ -164,11 +164,11 @@ install necessary parts of boost:
164164
165165Tumbleweed:
166166
167- sudo zypper install libboost_system1_*_0-devel libboost_filesystem1_*_0-devel libboost_chrono1_*_0-devel libboost_test1_*_0-devel libboost_thread1_*_0-devel
167+ sudo zypper install libboost_system1_*_0-devel libboost_filesystem1_*_0-devel libboost_test1_*_0-devel libboost_thread1_*_0-devel
168168
169169Leap:
170170
171- sudo zypper install libboost_system1_61_0-devel libboost_filesystem1_61_0-devel libboost_chrono1_61_0-devel libboost_test1_61_0-devel libboost_thread1_61_0-devel
171+ sudo zypper install libboost_system1_61_0-devel libboost_filesystem1_61_0-devel libboost_test1_61_0-devel libboost_thread1_61_0-devel
172172
1731732 . If that doesn't work, you can install all boost development packages with:
174174
You can’t perform that action at this time.
0 commit comments