Guest User

Untitled

a guest
Jul 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. dpkg -s libboost-dev | grep 'Version'
  2. Version: 1.54.0.1ubuntu1
  3.  
  4. #include <boost/version.hpp>
  5. #include <iostream>
  6. #include <iomanip>
  7.  
  8. int main() {
  9. std::cout << "Boost version: " << BOOST_VERSION / 100000 << "/" << BOOST_VERSION / 100 % 1000 << "." << BOOST_VERSION % 100 << std::endl;
  10. return 0;
  11. }
  12.  
  13. -rw-r--r-- 1 root root 25 Jul 21 11:51 boost.conf
  14. -rw-rw-r-- 1 root root 38 Mar 24 2014 fakeroot-x86_64-linux-gnu.conf
  15. lrwxrwxrwx 1 root root 41 Oct 24 2017 i386-linux-gnu_EGL.conf -> /etc/alternatives/i386-linux-gnu_egl_conf
  16. lrwxrwxrwx 1 root root 40 Oct 24 2017 i386-linux-gnu_GL.conf -> /etc/alternatives/i386-linux-gnu_gl_conf
  17. -rw-r--r-- 1 root root 108 Jan 15 2018 i686-linux-gnu.conf
  18. -rw-r--r-- 1 root root 44 Aug 9 2009 libc.conf
  19. -rw-r--r-- 1 root root 0 Jul 20 10:55 local.conf
  20. -rw-r--r-- 1 root root 68 Apr 12 2014 x86_64-linux-gnu.conf
  21. lrwxrwxrwx 1 root root 43 Oct 24 2017 x86_64-linux-gnu_EGL.conf -> /etc/alternatives/x86_64-linux-gnu_egl_conf
  22. lrwxrwxrwx 1 root root 42 Jun 5 09:02 x86_64-linux-gnu_GL.conf -> /etc/alternatives/x86_64-linux-gnu_gl_conf
  23. lrwxrwxrwx 1 root root 57 Jan 24 13:45 x86_64-linux-gnu_mirclientplatform.conf -> /etc/alternatives/x86_64-linux-gnu_mirclientplatform_conf
  24. -rw-r--r-- 1 root root 56 Jun 16 2017 zz_i386-biarch-compat.conf
  25. -rw-r--r-- 1 root root 58 Jun 16 2017 zz_x32-biarch-compat.conf
Add Comment
Please, Sign In to add comment