Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Improved documentation on how to grab downloads |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA3-256: |
def22f66adef75e1b8cd5b3135a031a8 |
User & Date: | Cthulhux 2025-07-10 11:34:38 |
Context
2025-07-10
| ||
11:34 | Improved documentation on how to grab downloads ... (Leaf check-in: def22f66ad user: Cthulhux tags: trunk) | |
2025-07-04
| ||
11:14 | helpers.lisp: cleanup & simplification ... (check-in: 9186d4eb88 user: Cthulhux tags: trunk) | |
Changes
Changes to README.md.
︙ | ︙ | |||
25 26 27 28 29 30 31 | 1. Download this repository, either via [Fossil](https://fossil-scm.org) (`fossil clone https://code.rosaelefanten.org/42links`) or by downloading the tarball or the ZIP archive [from here.](https://code.rosaelefanten.org/42links/info/tip) 2. Run `make` from inside your clone's directory. Makefiles for GNU Make and BSD Make are included. On non-UNIX platforms, please see the Makefiles for a rough estimate on how to build 42links. 3. Run `./42links` and fill the blanks during the setup process. **It will ask you to set a few environment variables.** If you don't do that, the setup process will start again during the next application start. Please do it. Seriously. 4. 42links will run on the port you told it during the setup. Enjoy. ##### A note on stability | | | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | 1. Download this repository, either via [Fossil](https://fossil-scm.org) (`fossil clone https://code.rosaelefanten.org/42links`) or by downloading the tarball or the ZIP archive [from here.](https://code.rosaelefanten.org/42links/info/tip) 2. Run `make` from inside your clone's directory. Makefiles for GNU Make and BSD Make are included. On non-UNIX platforms, please see the Makefiles for a rough estimate on how to build 42links. 3. Run `./42links` and fill the blanks during the setup process. **It will ask you to set a few environment variables.** If you don't do that, the setup process will start again during the next application start. Please do it. Seriously. 4. 42links will run on the port you told it during the setup. Enjoy. ##### A note on stability This repository *can* and sometimes *will* contain *in-progress* code for new features that *can* and sometimes *will* have embarrassing bugs and/or surprises. If you want to grab a specific version of 42links, please use any of the [tagged releases](https://code.rosaelefanten.org/42links/timeline?udc=1&ss=x&n=&y=g&t=release-%25&ms=like&advm=1) (click the hash values for downloads); newer releases usually contain fewer bugs, new code between two releases is not guaranteed to work at all. #### Prebuilt Windows binaries Prebuilt Windows binaries are available from [cdn.tuxproject.de](https://cdn.tuxproject.de/projects/42links/windows/). #### Packages |
︙ | ︙ |