Skip to content
/ yolanda Public
forked from froghui/yolanda

极客时间<网络编程实战>代码

Notifications You must be signed in to change notification settings

xuqnqn/yolanda

This branch is 32 commits behind froghui/yolanda:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d0630b · Oct 26, 2019

History

16 Commits
Sep 19, 2019
Aug 18, 2019
Aug 18, 2019
Aug 18, 2019
Aug 18, 2019
Aug 18, 2019
Sep 19, 2019
Aug 18, 2019
Sep 29, 2019
Sep 19, 2019
Sep 29, 2019
Sep 19, 2019
Sep 19, 2019
Sep 19, 2019
Sep 19, 2019
Sep 19, 2019
Sep 19, 2019
Oct 16, 2019
Sep 19, 2019
Aug 18, 2019
Sep 19, 2019
Aug 18, 2019
Aug 18, 2019
Oct 26, 2019
Sep 20, 2019
Sep 19, 2019
Sep 26, 2019
Sep 19, 2019
Jul 15, 2019
Sep 19, 2019

Repository files navigation

如何编译和执行

本工程使用CMake来编译,CMake的好处是方便跨平台执行。关于CMake,可以访问(https://cmake.org/)。

在Linux环境下,请先创建build目录,并到目录build下,执行cmake

mkdir build && cd build
cmake ../

再执行

make

如果你的Linux中无法运行cmake或make命令,可以按照如下命令安装它

sudo apt-get install cmake g++ make

所有的可执行程序在目录build/bin下面

如果你有CLion或者其他可视化的IDE,可以直接在IDE中执行"Build Project"来完成整个项目的编译。

About

极客时间<网络编程实战>代码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.5%
  • CMake 4.6%
  • Other 0.9%