/src/ois/ReadMe.txt

https://bitbucket.org/cabalistic/ogredeps/ · Plain Text · 76 lines · 55 code · 21 blank · 0 comment · 0 complexity · 5523bdfe7428af6cecf27a854e420190 MD5 · raw file

  1. ======================================================================================
  2. ================ LICENSE =============================================================
  3. ======================================================================================
  4. The zlib/libpng License
  5. Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com)
  6. This software is provided 'as-is', without any express or implied warranty. In no
  7. event will the authors be held liable for any damages arising from the use of this
  8. software.
  9. Permission is granted to anyone to use this software for any purpose, including
  10. commercial applications, and to alter it and redistribute it freely, subject to the
  11. following restrictions:
  12. 1. The origin of this software must not be misrepresented; you must not claim that
  13. you wrote the original software. If you use this software in a product,
  14. an acknowledgment in the product documentation would be appreciated
  15. but is not required.
  16. 2. Altered source versions must be plainly marked as such, and must not be
  17. misrepresented as being the original software.
  18. 3. This notice may not be removed or altered from any source distribution.
  19. ======================================================================================
  20. ================ LICENSE EXPLAINED ===================================================
  21. ======================================================================================
  22. In case the license was not clear enough... Basically, you can link with this lib
  23. which puts no restrictions on what you have to license your code as. You can modify
  24. this lib, and not have release your changes. Though, as explained above, <bold>
  25. Altered source versions must be plainly marked as such, and must not be misrepresented
  26. as being the original software </bold>
  27. This is to allow users the greatest flexibility in what you can use this lib for.
  28. ======================================================================================
  29. ================ INFO ================================================================
  30. ======================================================================================
  31. Cross Platform Object Oriented Input Lib System. Meant to be very robust and
  32. compatiable with many systems and operating systems
  33. Win32/
  34. Contains Visual Studio .Net Solution Files
  35. Contains CodeBlocks project files for OIS
  36. ---- Dependencies ------------------------------------------------------
  37. DirectInput 8
  38. Linux/
  39. ---- Dependencies ------------------------------------------------------
  40. X11
  41. Newer Linux Kernel (2.6+ ?) for Event API
  42. Steps to build on Linux:
  43. ./bootstrap
  44. ./configure
  45. ./make && make install
  46. ---- Configure build options --------------------------------------------
  47. ./configure --help --- List all configure options
  48. LinuxCB/
  49. Contains CodeBlock files for building OIS and Demos with codeblocks
  50. This project file looks for Ogre and other dependencies in /usr/local/lib
  51. and /usr/local/include. If installed elsewhere, modify the project
  52. settings. It also installs libOIS to ~/libs
  53. Mac/
  54. XCode-2.2/
  55. Working, mostly complete OSX vackend.