分类: WINDOWS
2010-03-22 14:20:43
You need to setup windows 2003 ddk enviorment (you can install it on windows xp
guest)
the iso for the installtion can be found at:
After installting the ddk you will have to create new enviorment varible:
Varible name: SPICE_COMMON_DIR
Varible value: c:\...where_is_the_spice_common_dir_from_the_spice_server_dir\
After finishing this steps you can go to:
Start -> Allo Programs -> Development Kits -> Windows DDk 3790... -> Build
enviorment ->
Windows XP -> Windows Free Build Enviroment
(Make sure to use the Free and not the check, the check is debug version)
Then "build -cZg" command on the qxl/win/miniport/ dir, and "build" command on the
qxl/win/display/ dir
will create 3 new files.
you will have to copy qxldd.dll qxl.sys and qxl.inf and put it in new dir.
I sure you will have more issues with building the driver,
so dont be afried to ask for help if you have any.