README 819 B

12345678910111213141516171819
  1. This is the README accompanying the source code to Simon Tatham's
  2. puzzle collection. The collection's web site is at
  3. <https://www.chiark.greenend.org.uk/~sgtatham/puzzles/>.
  4. The puzzle collection is built using CMake <https://cmake.org/>. To
  5. compile in the simplest way (on any of Linux, Windows or Mac), run
  6. these commands in the source directory:
  7. cmake .
  8. cmake --build .
  9. The manual is provided in Windows Help format for the Windows build;
  10. in text format for anyone who needs it; and in HTML for the Mac OS X
  11. application and for the web site. It is generated from a Halibut
  12. source file (puzzles.but), which is the preferred form for
  13. modification. To generate the manual in other formats, rebuild it,
  14. or learn about Halibut, visit the Halibut website at
  15. <https://www.chiark.greenend.org.uk/~sgtatham/halibut/>.