An open API service indexing awesome lists of open source software.

https://github.com/chemiker/build-nginx

A shell script to fetch and build the nginx source code
https://github.com/chemiker/build-nginx

build-tool builder nginx shell

Last synced: 18 days ago
JSON representation

A shell script to fetch and build the nginx source code

Awesome Lists containing this project

README

          

# build-nginx
A shell script to fetch and build nginx form the source.

**⚠️ Please note that this software does not feature any significant security measures, checksum checks etc. Use it with great care! ⚠️**

# Requirements

* curl
* bash
* clang or gcc
* tar

# Installation & Usage

1. Download or clone this repository
2. Adjust the configuration parameters in `build.sh` to your needs
3. Run `sh build.sh`

# License

This software is released under the "The Unlicense" license and thus released into the public domain.