Total Pageviews

Thursday 18 August 2022

vpn程序:chimney-go

 

chimney-go

As you known, this project is a vpn source code for everyone.

Summary

HowToBuild

Build PC's executable

Build android component

for android : https://github.com/Evan2698/MyChimney

from  https://github.com/Evan2698/chimney-go

(https://github.com/Evan2698/chimney)

---------------------------

chimney-c

c++ version

https://github.com/jefby/build-glog-for-android

./configure --disable-shared -with-pic

逆初始化模块,其中{MOD_NAME}为模块目录,执行后可发现模块目录被清空

git submodule deinit {MOD_NAME}

删除.gitmodules中记录的模块信息(--cached选项清除.git/modules中的缓存)

git rm --cached {MOD_NAME}

提交更改到代码库,可观察到'.gitmodules'内容发生变更

git commit -am "Remove a submodule."

git submodule add

其中,url为子模块的路径,path为该子模块存储的目录路径。

执行成功后,git status会看到项目中修改了.gitmodules,并增加了一个新文件(为刚刚添加的路径)

git diff --cached查看修改内容可以看到增加了子模块,并且新文件下为子模块的提交hash摘要

git commit提交即完成子模块的添加

git submodule init git submodule update

git submodule update --init --recursive

https://github.com/amrayn/easyloggingpp.git

android 特有的

HAVE_ANDROID_GETCPUFEATURES aarch64 v8

__ARM_NEON v7


from https://github.com/Evan2698/chimney-c

-------


https://github.com/Evan2698/quicvpn


No comments:

Post a Comment