Skip to content

Commit 8104b57

Browse files
committed
Remove boost chrono from build documentation
1 parent d081a68 commit 8104b57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/build-unix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Options when installing required Boost library files:
9090
individual boost development packages, so the following can be used to only
9191
install 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

9595
2. If that doesn't work, you can install all boost development packages with:
9696

@@ -164,11 +164,11 @@ install necessary parts of boost:
164164

165165
Tumbleweed:
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

169169
Leap:
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

173173
2. If that doesn't work, you can install all boost development packages with:
174174

0 commit comments

Comments
 (0)