Skip to content

Commit

Permalink
Polish and get version prepped.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Nov 19, 2023
1 parent d7b7746 commit 3dff486
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ installation, deployment, examples, and usage documentation.

# Installation

Building the bleeding-edge version of **kcgi** (instead of from your
system's packages or a stable version) is similar to building the source
releases.

You'll a C compiler ([gcc](https://gcc.gnu.org/) or
[clang](https://clang.llvm.org/), [zlib](https://zlib.net) (*zlib* or
You'll need a C compiler ([gcc](https://gcc.gnu.org/) or
[clang](https://clang.llvm.org/)), [zlib](https://zlib.net) (*zlib* or
*zlib-dev* for some package managers), and BSD make (*bmake* for some
managers) for building. On some Linux systems, you might additionally
need the Linux kernel headers installed using the *linux-headers*
package or similar.
managers) for building.

On some Linux systems, you might additionally need the Linux kernel
headers installed using the *linux-headers* package or similar.

Begin by cloning or downloading. Then configure with `./configure`,
compile with `make` (BSD make, so it may be `bmake` on your system),
Expand Down Expand Up @@ -48,7 +45,9 @@ make install

It's useful to run the installed regression tests on the bleeding edge
sources. (Again, this uses BSD make, so it may be `bmake` on your
system.)
system.) You'll need [libcurl](https://curl.se/libcurl/) installed
(*curl-dev*, *libcurl-dev*, or *libcurl4-openssl-dev* with some package
managers).

```sh
make regress
Expand Down
6 changes: 4 additions & 2 deletions versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
<header>
<h1>0.13.1</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2023-11-18">2023-11-18</time>
<time datetime="2023-11-19">2023-11-19</time>
</header>
<aside>
<div>
Re-enable seccomp by default after introducing GitHub testing on
Re-enable seccomp by default after introducing
<a href="https://github.com/kristapsdz/kcgi/actions">GitHub actions</a>
to test on
alternate architectures (armv7, aarch64, etc.).
</div>
<div>
Expand Down

0 comments on commit 3dff486

Please sign in to comment.