首页 > 其他 > 详细

FLTK(fulltick)安装中make报错

时间:2015-05-07 17:03:16      阅读:246      评论:0      收藏:0      [点我收藏+]

  在我的Ubuntu15.04上要学习下C++图形,安装FLTK库,下载了fltk-1.3.3文件,编译中报

Configure could not find required X11 libraries

网上查到以下办法:出处Ubuntu Forums

FLTK is in the ubuntu repositories, unless you have reasons not to, you can install it (I assume you mean the development libraries) with:

Code:

sudo apt-get install libfltk1.3-dev

If you do have a reason (i.e. you‘re a FLTK developer), you probably want one of the X libraries, I think libx11-dev:

Code:

sudo apt-get install libx11-dev


FLTK(fulltick)安装中make报错

原文:http://swordautumn.blog.51cto.com/1485402/1643806

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!