Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the compiling.md document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c4e1e20b3a93e2051b706d4cb55b9496 |
User & Date: | drh 2018-03-30 12:25:21.082 |
Context
2018-05-01
| ||
21:03 | Add a "package require Tcl 8.6", suggested by AKU. (check-in: 9ca390e69f user: drh tags: trunk) | |
2018-03-30
| ||
12:25 | Fix a typo in the compiling.md document. (check-in: c4e1e20b3a user: drh tags: trunk) | |
12:23 | Use site-absolute URLs on the README.md file. (check-in: c555d600c0 user: drh tags: trunk) | |
Changes
Changes to docs/compiling.md.
︙ | ︙ | |||
45 46 47 48 49 50 51 | 2.1 Compiling The Special Interpreter ------------------------------------- To build wapptclsh, make a copy of either Makefile or Makefile.macos in the top-level directory of the source tree. Change a few settings. (This step is not hard as each Makefile is less than 20 lines long.) Then run the Makefile. | | | 45 46 47 48 49 50 51 52 53 54 | 2.1 Compiling The Special Interpreter ------------------------------------- To build wapptclsh, make a copy of either Makefile or Makefile.macos in the top-level directory of the source tree. Change a few settings. (This step is not hard as each Makefile is less than 20 lines long.) Then run the Makefile. There is no configure script or other automation to help do the build. Maybe we will add one someday. But for now, the Makefile is simple enough to work stand-alone. |