You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, you take what's generated in the out directory, copy relevant parts of Nginx's src to that, and then build as usual CMake projects. I like to create build subdirectory, call cmake .. there, and then run make. That creates nginx binary.
However the whole point of creating CMakeLists.txt by the generate.py script was to integrate it into something else. Here is why there are extension points (optional PreLists.txt and PostLists.txt) and missing project() statement. This is intended to be kept in a subdirectory in some other project. That means you'll have to figure out how to integrate, since that is very specific to your particular needs.
If you want to just compile Nginx, use its own build system, it's good enough.
After running generate.py, How to build nginx with cmake?
The text was updated successfully, but these errors were encountered: