--Hello guys,
I have written a simple Hello World module for Nginx and using the following steps to build and test it
path/to/nginx$ ./configure --add-module=/home/hikmat/dev/hello_moduleThen...
path/to/nginx$ make
path/to/nginx$ make install
whenever I change the code, I have to repeat above steps. That is building the whole Nginx and starting it again.
Although, Nginx links modules statically, any better and fast method that I can use in IDE such as IntelliJ IDEA with C plugin
You received this message because you are subscribed to the Google Groups "Sparkngin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sparkngin+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.