Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 457 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 457 Bytes

Build Status

envoy-cmake lets you build envoy using cmake.

Use the following command to start a build

cd envoy && mkdir -p build && cd build && cmake .. && make -s

Documentation blog on cmake build structure can be found on yastack.io