[已解决]如何安装连连看游戏

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
rosn
帖子: 1014
注册时间: 2006-01-14 18:33

[已解决]如何安装连连看游戏

#1

帖子 rosn » 2006-02-01 16:39

我的操作如下:

root@wjtxg:~/Desktop# cd llk_linux-2.2
root@wjtxg:~/Desktop/llk_linux-2.2# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
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 ANSI C... (cached) none needed
checking dependency style of gcc... (cached) 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 ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... no
checking build system type... i686-magic-linux-gnu
checking host system type... i686-magic-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... configure: error: Package requirements (gtk+-2.0 gdk-2.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the PACKAGE_CFLAGS and PACKAGE_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
root@wjtxg:~/Desktop/llk_linux-2.2# make
make: *** 没有指明目标并且找不到 makefile。 停止。
root@wjtxg:~/Desktop/llk_linux-2.2# make install
make: *** 没有规则可以创建目标“install”。 停止。
root@wjtxg:~/Desktop/llk_linux-2.2#
上次由 rosn 在 2006-02-03 11:31,总共编辑 3 次。
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#2

帖子 oneleaf » 2006-02-01 18:16

checking for PACKAGE... configure: error: Package requirements (gtk+-2.0 gdk-2.0) were not met.
安装这个试试?
apt-get install libgtk2.0-dev
头像
dongmh
帖子: 715
注册时间: 2005-06-21 20:24
来自: 甘肃
联系:

#3

帖子 dongmh » 2006-02-01 18:31

在共享FTP上有我自己编辑的llk的deb包
自己去下载吧
ubuntu 6.06
我是初学者 大家多多关照
头像
rosn
帖子: 1014
注册时间: 2006-01-14 18:33

#4

帖子 rosn » 2006-02-01 19:56

apt-get install libgtk2.0-dev成功了,感谢管理员和dongmh
头像
rosn
帖子: 1014
注册时间: 2006-01-14 18:33

#5

帖子 rosn » 2006-02-02 11:23

我按下面的方法安装了,但找不到,重启也找不到,怎么运行呢。
apt-get install libgtk2.0-dev
头像
dongmh
帖子: 715
注册时间: 2005-06-21 20:24
来自: 甘肃
联系:

#6

帖子 dongmh » 2006-02-02 11:36

是这样的

你去我的ftp下载llk的deb包

然后dpkg -i XXX.deb

然后在命令行输入llk_linux

或者游戏里面也能看到
ubuntu 6.06
我是初学者 大家多多关照
头像
rosn
帖子: 1014
注册时间: 2006-01-14 18:33

#7

帖子 rosn » 2006-02-02 12:14

感谢了,你的FTP在哪呀,我找不到呀
头像
dongmh
帖子: 715
注册时间: 2005-06-21 20:24
来自: 甘肃
联系:

#8

帖子 dongmh » 2006-02-02 16:21

viewtopic.php?t=8607

在这个帖子上看

我如果上传什么资源都在这里一般
ubuntu 6.06
我是初学者 大家多多关照
头像
rosn
帖子: 1014
注册时间: 2006-01-14 18:33

#9

帖子 rosn » 2006-02-02 18:30

谢谢了,找不到,不装了,玩对对碰吧。一样的。
头像
dongmh
帖子: 715
注册时间: 2005-06-21 20:24
来自: 甘肃
联系:

#10

帖子 dongmh » 2006-02-02 20:37

我晕

ftp://ftp.nhpop.cn/lianliankan/llk_2.2-2_i386.deb

完全不用心的一个人吗

问你用户名密码的时候

id jl_linux
passwd linux
ubuntu 6.06
我是初学者 大家多多关照
头像
rosn
帖子: 1014
注册时间: 2006-01-14 18:33

#11

帖子 rosn » 2006-02-03 10:28

呵呵,真的是粗心,因为我一直找llk,而没有注意lianliankan.哈哈,非常感谢了。

现在可以用了,在菜单里就有了。
头像
daf3707
论坛版主
帖子: 12731
注册时间: 2007-06-13 15:57
来自: 在他乡

#12

帖子 daf3707 » 2007-09-15 12:03

空间现在进不去,共享出来吧
回复