From: Mat <mat...@gm...> - 2011-03-06 07:39:43
|
---------- Forwarded message ---------- From: Mat <mat...@gm...> Date: Sun, Mar 6, 2011 at 3:30 PM Subject: An installer for dbus on windows To: db...@li... Hi all, I have some projects which depends on dbus libraries, but I do not find a convenient installer for dbus on windows. So me and some friends make one by need. Here is the installer we just uploaded: http://code.google.com/p/dbus-windows-installer/downloads/list The usage steps are : 1. download installer and install it and verify test steps are: 2. download example-echo.zip and unzip it 3. open CMD.exe and execute `dbus-monitor` ( optional, but can help to see status ) 4. execute `echo-server.exe` in the example-echo\ directory 5. execute `try-echo.bat` in the example-echo\ directory If the dbus works, you will see some message responded. Currently, we included D-Bus C and C++ libraries and their dependencies, tested on WinXP x1 and Win7 x2. The build process is done by kde-windows's emerge ( It's really great, thanks a lot!! ), and we just write some NSIS and BATCH scripts to packaging it. This is not official port, but we hope to keep it maintained ( because we need it ourself, too ) If you have any problem or suggestion about the installer, please to reply or send email to us. I will try to help you as I can. Hope it helps and looking forward your reviews and feedback :-) sincerely, Mat. |