X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.win;h=8a5b3c0a91bb81e76bcefd931072fe24f5ab5e32;hb=5c4fb289437d1d80991ae74f689e34fcebb27b31;hp=4e4f757400eb8fb77305cf3d81646e4a692672a3;hpb=eca135456b5a8f695fdcd31769cdd475885236f5;p=platform%2Fupstream%2Fdbus.git diff --git a/README.win b/README.win index 4e4f757..8a5b3c0 100644 --- a/README.win +++ b/README.win @@ -13,15 +13,13 @@ test not running yet and there is help needed to get them running. Supported compilers ------------------- -On windows Microsoft Visual Studio 2010 (Express and professional variants) +On windows Microsoft Visual Studio 2010 (Express and professional variants) and mingw-w64|32 are known to work. Building -------- DBus can be built on windows using automake or cmake. See the -file README for more information. -Special cmake build instructions can be found in cmake/readme-cmake.txt - +file INSTALL for more information. windbus and dbus4win Ports -------------------------- @@ -32,14 +30,19 @@ updated with windows specific stuff. Tests ----- + - run complete test suite + make check + or + ctest [-V] + - dbus library check - bin\dbus-test.exe \test\data + ctest [-V] -R test-dbus - bus daemon check - bin\bus-test.exe \test\data + ctest [-V] -R test-bus - check available names - bin\test_names.exe + ctest [-V] -R test-names - check if dbus-daemon is accessable bin\dbus-send.exe --session --type=method_call --print-reply --dest=org.freedesktop.DBus / org.freedesktop.DBus.ListNames method return sender=org.freedesktop.DBus -> dest=:1.4 array [ string "org.freedesktop.DBus"string ":1.4"]