Hi, Carlos, > i don't know how to use those links, but i would like to learn and test > this new solution > > ¿can you give me some guide on how to deploy (not for production yet) > kvm+spice in Debian? >
To use spice in Debian, you may download the source code, compile them, and install them, for example: 1) Install som pre-request packages with 'apt-get install devscripts dpkg-dev fakeroot', you may need other packages, please install them too. 2) Download source from mentors. dget http://mentors.debian.net/debian/pool/main/s/spice-protocol/spice-protocol_0.6.3-1.dsc After this step, all source code of spice-protocol will be downloaded. 3) Extract the source. dpkg-source -x spice-protocol_0.6.3-1.dsc After this step, source codes will be extracted to a directory, with spice-protocol, the directory is spice-protocol-0.6.3, 4) Compile cd spice-protocol-0.6.3 fakeroot debian/rules binary or cd spice-protocol-0.6.3 dpkg-buildpackage -rfakeroot If compile successfully completed, binary packages will be generated in up level directory. you may install them with 'dpkg -i <package name>', you may fail with some error, please install related packages. I've updated spice in mentors recently. you download them with: dget http://mentors.debian.net/debian/pool/main/s/spice-protocol/spice-protocol_0.6.3-1.dsc dget http://mentors.debian.net/debian/pool/main/s/spice/spice_0.6.3-1.dsc dget http://mentors.debian.net/debian/pool/main/q/qemu-spice/qemu-spice_0.13~git20101114-1.dsc celt051 is embedded to spice, so it don't need to be compiled separately. spice need mesa in experimental now, if you got complain when compiling spice, you may run 'apt-get -t experimental libglu1-mesa-dev libgl1-mesa-dev' to install them. After install all binary package, you may run qemu-spice with '-spice' arguments and use spicec to connect to it. For spice documents, please reference to http://www.spice-space.org/documentation.html -- Liang Guo http://bluestone.cublog.cn -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/aanlktikzp4=w_3lcfmzlrzufdx2a6v=svqapfvr...@mail.gmail.com