Closed bavshin-f5 closed 6 months ago
Tested it on Ubuntu 22.04 arm64.
Almost done, auto/configure ... --add-module/--add-dynamic-module /path/to/ngx-rust/examples
now produces either a working static build or a set of dynamic modules.
The only remaining bit is a documentation.
Awesome work @bavshin-f5 ! Great to see this coming up finally! Thanks
A step towards addressing #42.
NGX_OBJS=/path/to/nginx/objs cargo build
will skip downloading sources and use headers from existing configured copy of the Nginx source tree.I'll update README and provide
config
/config.make
examples later.