README.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Sqrat - Squirrel Binding Utility
  2. © 2009 Brandon Jones
  3. © 2011-2014 Li-Cheng (Andy) Tai
  4. © 2013-2014 Brandon Haffen AKA Wizzard
  5. Sqrat is a C++ binding utility for the Squirrel language.
  6. Up-to-date documentation can be created using Doxygen.
  7. Slightly outdated documentation can be found at
  8. http://scrat.sourceforge.net/0.9/
  9. Sqrat only contains C++ headers so for installation you just
  10. need to copy the files in the include directory to
  11. some common header path, such as /usr/local/include.
  12. However, an autotool based build system can be checked out from
  13. the code repository (not in the relase tar file to reduce file size)
  14. which allows you to install, on POSIX systems, with
  15. the familiar commands of
  16. autotool/configure --prefix=<prefix path>
  17. make && make install
  18. You can then run
  19. make check
  20. to run the unit tests.
  21. Alternatively you can follow the steps in
  22. running_tests.txt
  23. to directly run unit tests.
  24. For more information, see index.html in the docs subdirectory
  25. Discussion and User Support
  26. Discussion about Sqrat happens at the Squirrel language forum,
  27. the Bindings section
  28. http://squirrel-lang.org/forums/default.aspx?g=topics&f=4
  29. Bug Reporting
  30. Bug reports or feature enhancement requests and patches can
  31. be submitted at the SourceForge Sqrat site
  32. https://sourceforge.net/tracker/?group_id=261661&atid=2349886