Questions tagged «boost»

5
我的boost lib文件在哪里?
我正在使用升压。我使用安装了它sudo apt-get install。现在,我无法在文件系统上找到我的boost lib文件。 我想在我的Qt项目中包含lib的路径。grepping花费的时间太长了:(我在中找到了includes,/usr/include/boost但是我还需要知道库路径。
21 libraries  paths  boost 


4
从命令行查找开发库的版本?
我使用Ubuntu软件中心安装了c ++ boost开发库。问题是,它已经存在很长时间了,我不记得它们的安装位置和版本。我可以从命令行执行任何操作,以告诉我系统上已安装的版本吗?我知道我可以做类似的事情 gcc -v 获取应用程序的版本,但是库有类似的可用内容吗?我正在使用ubuntu 12.04

2
如何使用apt-get升级boost lib?
我使用ubuntu 11.04。 我的增强版: sam@sam:~/code/ros/pcl$ apt-cache showpkg libboost-all-dev Package: libboost-all-dev Versions: 1.42.0.1ubuntu1 (/var/lib/apt/lists/tw.archive.ubuntu.com_ubuntu_dists_natty_universe_binary-amd64_Packages) (/var/lib/dpkg/status) Description Language: File: /var/lib/apt/lists/tw.archive.ubuntu.com_ubuntu_dists_natty_universe_binary-amd64_Packages MD5: 72efad05a3c79394c125b79e1d4eb3a7 Reverse Depends: libvtk5-dev,libboost-all-dev libfeel++-dev,libboost-all-dev Dependencies: 1.42.0.1ubuntu1 - libboost-dev (0 (null)) libboost-date-time-dev (0 (null)) libboost-filesystem-dev (0 (null)) libboost-graph-dev (0 (null)) libboost-iostreams-dev (0 (null)) libboost-math-dev (0 (null)) libboost-program-options-dev (0 (null)) libboost-python-dev (0 (null)) …
11 boost 

2
如何在Ubuntu 14.04上启用AMD Turbo Core?
我在基于AMD A8-4500m的笔记本电脑上使用Ubuntu 14.04(3.13.0-24通用内核),最近我注意到AMD Turbo Core根本无法正常工作。一切都可以在Windows上运行,但是,在Linux上CPU频率不能超过1.9 GHz(已选中cpufreq-aperf)。 这是的输出cpupower frequency-info,注意Active:在升压状态下不支持: analyzing CPU 0: driver: acpi-cpufreq CPUs which run at the same hardware frequency: 0 CPUs which need to have their frequency coordinated by software: 0 maximum transition latency: 4.0 us. hardware limits: 1.40 GHz - 1.90 GHz available frequency steps: 1.90 GHz, …

3
找不到boost-thread-mt库
我正在编译一个需要boost-thread-mt库的程序。我已经使用安装了libboost-all-dev,sudo apt-get install libboost-all-dev但是编译器说它找不到boost-thread-mt库。该库是否在其他软件包中?请指导我为此需要安装的内容。
8 c++  boost 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.