Fedora 14下build spicy.exe

来源:互联网 发布:淘宝网汽车模型 编辑:程序博客网 时间:2024/06/16 02:14

###1. 跨平台环境mingw32 ###

yum install mingw32-\*

###2. intltool ###

yum install intltool

###3. spice-protocol ###

http://spice-space.org/download.html下载spice-protocol-0.6.3

./configure

make

make install

###4. spice-gtk ###

http://elmarco.fedorapeople.org/下载spice-gtk-0.4.tar.bz2 ,spicy-for-windows.exe

cp /usr/local/share/pkgconfig/spice-protocol.pc /usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig/

yum install gstreamer-devel.x86_64

cp /usr/local/share/pkgconfig/gstreamer-0.10.pc /usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig/

cp /usr/local/share/pkgconfig/gstreamer-base-0.10.pc /usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig/

./configure --host=i686-pc-mingw32 --prefix=/usr/i686-pc-mingw32/sys-root/mingw --without-python --with-audio=gstreamer --without-sasl

yum install perl

yum install perl-Text-CSV.noarch

make

生成/gtk/.libs/spicy.exe

###5. 测试spicy.exe###

安装spicy-for-windows.exe

替换spicy.exe


参考:

http://elmarco.fedorapeople.org/

http://spice-space.org/download/binaries/

http://cgit.freedesktop.org/

原创粉丝点击