Overview
Comment: | Add FAQ entry about -lsqlite3 vs sqlite3.o |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3a26643be94ea7bbd7c2a9d147f7f7d3 |
User & Date: | user on 2021-11-18 19:39:43 |
Other Links: | manifest | tags |
Context
2021-11-25
| ||
01:17 | Implement .autoWin option (to do something if you have won, e.g. auto advance to next level). check-in: ccc683e688 user: user tags: trunk | |
2021-11-18
| ||
19:39 | Add FAQ entry about -lsqlite3 vs sqlite3.o check-in: 3a26643be9 user: user tags: trunk | |
18:53 | Add smallxrm.o compile into compile program. check-in: 9932988954 user: user tags: trunk | |
Changes
Modified README from [86cace6a45] to [b7083ca7e5].
︙ | ︙ | |||
413 414 415 416 417 418 419 420 | an equivalent of the xrm_init_quarks function). 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. | > > > > > > > > | 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 | an equivalent of the xrm_init_quarks function). 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. |
Modified TODO from [d374f2e043] to [c76392904d].
︙ | ︙ | |||
61 62 63 64 65 66 67 | * Escape * Chroma * Xsok * PuzzleScript (limited; not everything is or will be capable) * Sokoban * Puzzle Boy * Pitman/Catrap | > | 61 62 63 64 65 66 67 68 | * Escape * Chroma * Xsok * PuzzleScript (limited; not everything is or will be capable) * Sokoban * Puzzle Boy * Pitman/Catrap * Auto advance next level option |