README 1.1 KB

1234567891011121314151617181920212223242526
  1. Binary distribution of KopiLua and KopiLuaInterface
  2. ===================================================
  3. This distribution contains three libraries - KopiLua, KopiLuaDll, and
  4. KopiLuaInterface. The latest version is available at
  5. http://gfootweb.webspace.virginmedia.com/KLI-bin/.
  6. Each library has a DLL file containing the compiled code, PDB and MDB files
  7. containing debugging information, and a VER file detailing the source code
  8. snapshot from which the DLL was compiled.
  9. KopiLua is built from the gfoot/kopilua repository at GitHub, and subject to
  10. the MIT license as detailed in COPYRIGHT-KopiLua.
  11. KopiLuaInterface is based on LuaInterface, adapted to work with KopiLua. It's
  12. built from the gfoot/kopiluainterface repository at GitHub, and is subject to
  13. the MIT license as detailed in COPYRIGHT-LuaInterface.
  14. KopiLuaDll is based on LuaDll, which is I believe an artifact of the odd way
  15. C++ DLLs work on Windows. It's built from the gfoot/kopiluainterface
  16. repository at GitHub and also subject to the MIT license.
  17. See the VER files for exact Git SHAs if you need them.
  18. george.foot@gmail.com