mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-01-07 13:07:56 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86fe42eccb | ||
|
|
f88748bd28 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
build*
|
build*
|
||||||
|
.cache
|
||||||
.directory
|
.directory
|
||||||
.clangd
|
.clangd
|
||||||
v2ray_config/proxy
|
v2ray_config/proxy
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
|
|||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
|
|
||||||
project(cgproxy VERSION 1.00)
|
project(cgproxy VERSION 0.20)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ Main feature:
|
|||||||
|
|
||||||
### build
|
### build
|
||||||
|
|
||||||
- before build, install depencies: clang(if to build bpf obj from scratch), nlohmann-json, libbpf
|
- before build, install depencies: clang, nlohmann-json, libbpf, bpf(bpftool)
|
||||||
- then cmake standard build
|
- then cmake standard build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user