|
|
|
|
 如何在rhel4 as下安装wxPython? - janyker [ 2005-04-14 12:15 | 2,389 byte(s)]
 Re: 如何在rhel4 as下安装wxPython? - limodou [ 2005-04-14 21:22 | 168 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
我的系统是rhel4 as,我下载了一个wxPython-src-2.5.5.1.tar.gz包,
解压,./configure --prefix=/usr/local/wxpython,
出现
。
。
。
。
。
。
Configured wxWidgets 2.5.5 for `i686-pc-linux-gnu'
Which GUI toolkit should wxWidgets use? GTK+ 2
Should wxWidgets be compiled into single library? no
Should wxWidgets be compiled in debug mode? no
Should wxWidgets be linked as a shared library? yes
Should wxWidgets be compiled in Unicode mode? no
What level of wxWidgets compatibility should be enabled?
wxWidgets 2.2 no
wxWidgets 2.4 yes
Which libraries should wxWidgets use?
jpeg sys
png sys
regex sys
tiff sys
zlib sys
odbc no
expat sys
libmspack no
sdl no
gnomeprint no
再make,然后make install, 出现
。
。
。
。
。
。
------------------------------------------------------
The installation of wxWidgets is finished. On certain
platforms (e.g. Linux) you'll now have to run ldconfig
if you installed a shared library and also modify the
LD_LIBRARY_PATH (or equivalent) environment variable.
wxWidgets comes with no guarantees and doesn't claim
to be suitable for any purpose.
Read the wxWidgets Licence on licencing conditions.
------------------------------------------------------
这样有没有安装成功呢?是不是少了什么没有装呢?
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
|
应该是安装完毕了,好象是说如果使用了动态链接库需要配置一下 LD_LIBRARY_PATH环境变量以便找到你的wxWidgets。如果放在系统lib下可能没必要设了。我想缺省情况下一般不需要设置。
|
|
|
----
|
|
[Original]
[Print]
[Top]
|
|
|