README 830 B

12345678910111213141516171819
  1. Windows
  2. =======
  3. Compiling the wiiuse library requires installation of
  4. the windows driver development kit (DDT).
  5. While the wiiuse project is part of the windows STK solution,
  6. it is not compiled by default, instead the lib is
  7. linked from the dependency package (and output of the
  8. wiiuse project is in the dependency directory as well).
  9. Reason is that compiling this lib needs two hardcoded
  10. paths to be set, which are not portable (see properties
  11. of the wiiuse project, then Configuration, C/C++,
  12. General: Additional Include Directories):
  13. first the standard VS include path (!!), THEN the
  14. include path for the windows DDK. Without those
  15. settings in this order wiiuse can not be compiled
  16. (known problems when compiling ddk code with
  17. Visual Studio - google it). Also the path to the ddk
  18. must be set as additional library directory.