-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf899f1
commit ee94700
Showing
22 changed files
with
15 additions
and
694 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,8 @@ | ||
Building | ||
======== | ||
|
||
The Envoy build system uses cmake. In order to ease initial building and for a quick start, we | ||
provide an Ubuntu 14 based docker container that has everything needed inside of it to build | ||
The Envoy build system uses Bazel. In order to ease initial building and for a quick start, we | ||
provide an Ubuntu 16 based docker container that has everything needed inside of it to build | ||
and *statically link* envoy, see :repo:`ci/README.md`. | ||
|
||
In order to build manually, cmake is used like so: | ||
|
||
.. code-block:: console | ||
mkdir build | ||
cd build | ||
cmake .. | ||
make | ||
Note that in order for the above raw build to work, cmake variables will need to be configured so | ||
that the envoy build can find all of the needed third party dependencies (other variables are also | ||
available to turn on debug builds, address sanitizer, etc.). | ||
|
||
* :repo:`CMakeLists.txt` | ||
* :repo:`common.cmake` | ||
* :repo:`thirdparty.cmake` | ||
In order to build manually, follow the instructions at :repo:`bazel/README.md`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.