使用UbuntuKylin14.04_x64
安装GamingAnywhere的时候出现了下面的问题
(进入源码目录下, make操作)
依赖包是这些: libX11, libXext, libXtst, libfreetype6, libgl1-mesa, libglu1-mesa, libpulse, libasound2
求助!
... ...
... ...
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether make sets $(MAKE)... (cached) yes
checking for windres... no
checking for linux-gnu-windres... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for freetype-config... no
configure: error:
*** Unable to find FreeType2 library (http://www.freetype.org/)
make: *** [sdl2_ttf] 错误 1
到这里就over了,找了很久还是没有解决,求助.
安装GamingAnywhere 源码make出现问题
-
- 帖子: 1
- 注册时间: 2015-01-20 11:35
- 系统: ubuntu kylin 14.04
- astolia
- 论坛版主
- 帖子: 6703
- 注册时间: 2008-09-18 13:11
Re: 安装GamingAnywhere 源码make出现问题
从源码安装需要的依赖都是开发包,也就是以-dev结尾的包
比如上面的FreeType2 library,对应的开发包是libfreetype6-dev
比如上面的FreeType2 library,对应的开发包是libfreetype6-dev