Commit 582be307 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Nils Goroll

[tips] document alpine compilation

parent 4c481df3
.. _alpine:
Compiling on Alpine
===================
There are at least two gotchas on Alpine Linux to compile Varnish.
- `jemalloc` isn't present on that platform so you will need to pass
`--without-jemalloc` to `configure` so the build system uses the default
libc's `malloc` functions.
- `libexecinfo` has issues making the panics useless, it is recommended to use
`libunwind` instead, by passing `--with-unwind` to `configure`.
......@@ -23,3 +23,4 @@ errors. The :ref:`HowTo <contribdoc>` section will help you get started.
vcl/index
varnishlog/index
migration/index
alpine/index
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment