Index: README ================================================================== --- README +++ README @@ -415,6 +415,14 @@ Clipboard access is done using external programs; if the X window system is used, then this will usually be "xclip". This is configured in the user configuration file, so if you are not using the X window system then you can change it to the appropriate commands for whatever you are using on your computer. + +** It cannot find sqlite3.o when compiling. Why not use -lsqlite3 instead? + + The version of SQLite in the package manager is not always the newest + version. Sometimes I use features that are in released versions of SQLite + but not necessarily in the package manager (and which versions are in the + package manager may vary according to the distribution). The version in + the package manager might or might not work; it is untested. Index: TODO ================================================================== --- TODO +++ TODO @@ -63,5 +63,6 @@ * Xsok * PuzzleScript (limited; not everything is or will be capable) * Sokoban * Puzzle Boy * Pitman/Catrap +* Auto advance next level option