环境: ubuntu 16.05
按照官网步骤一步步来,到编译这步时,提示一些包没有找到,最后一行openSSL为红色,看了很多博客没有这个问题的,hin捉急。最后才发现原因是boost没装好
从上往下来,先把没找到的包安装一下。
- python-config:not found
可以使用 apt-file search python-config 查找包含python-config的包
solution: apt-get install python-dev - checking for code snippet : no
solution 暂时忽略 - checking for python module ‘pygccxml’ : not found
solution apt-get install python-pygccxml - checking for pygccxml version: too old
solution
apt-get install python-pip
pip install --upgrade pygccxml - *checking for click location : not found
solution 暂时忽略 - checking the version > gtk±2.0 ?
solution apt-get install libgtk2.0-0 libgtk2.0-dev
暂时打住!发现我的boost一直安不上,根据