Skip to content

Compile Echo From Source Code

Captain edited this page Feb 11, 2020 · 4 revisions

Windows

Generate Visual Studio 2019 Project With CMake Directly.

  1. Open CMake Window. Set "Where is the source code" and "Where to build the binaries"
  2. Click "Config Button"
    Choose "Visual Studio 15 2019 Win64" Generator.
    Click "Finish" Button.
  3. Click "Generator" Button
    4.Click "Open Project" Button

Mac