Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 591 Bytes

File metadata and controls

18 lines (11 loc) · 591 Bytes

NGINX build with extra modules

Compile natively

To build nginz natively, ensure to have the usual C compiler toolchains installed, along with the following dependencies:

  • openssl
  • libossp-uuid
  • libzauth
    • depends on the rust compiler, libsodium, makedeb

If you're on alpine, see the Dockerfile for the precise dependency names. If you're on another platform, their names might differ slightly.

Once you have all necessary dependencies, make in this directory should work.

Compile with docker

make docker