KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
kcpp
★ 12
Open GitHub ↗
kcptun c++版
Download README (.md)
Explore Similar Repositories
chatup
:
No description available.
enable-appmesh
:
Enable App Mesh for ECS/Fargate apps with the AWS Console
JcApiHelper
:
JcApiHelper
wifi-direct-chat
:
Android Development (Spring 2019) Final Project
maldetect
:
Deep learning malware detection system using the EMBER dataset
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kcpp
?
Download (.md)
## Build (linux) [](https://travis-ci.com/stdcin/kcpp) ``` sudo apt-get update sudo apt-get install libevent-dev libpcap-dev libssl-dev git clone ... git submodule update --init mkdir build && cd build cmake .. make make install ``` ## Build (Windows) [](https://ci.appveyor.com/project/vitamincpp/kcpp) ``` git clone ... git submodule update --init mkdir build cd build cmake .. cmake --build . ```