Commit 6834237e authored by wang's avatar wang

cronet

parent 6ee9a569
...@@ -3,6 +3,6 @@ apt update ...@@ -3,6 +3,6 @@ apt update
apt install libnss3-dev apt install libnss3-dev
apt install libglib2.0-dev apt install libglib2.0-dev
#cd /root/src/js && npm i && nohup /usr/local/bin/node --expose-gc --max-old-space-size=256 cursor_mock.js > 1.log 2>&1 & #cd /root/src/js && npm i && nohup /usr/local/bin/node --expose-gc --max-old-space-size=256 cursor_mock.js > 1.log 2>&1 &
export set CGO_CFLAGS="-I/Users/wang/chromium/src/out/Cronet/cronet/include" export set CGO_CFLAGS="-I/home/opt/cronet-forward/cronet/include"
export set CGO_LDFLAGS="-Wl,-rpath,/Users/wang/chromium/src/out/Cronet/cronet -L/Users/wang/chromium/src/out/Cronet/cronet -lcronet" export set CGO_LDFLAGS="-Wl,-rpath,/home/opt/cronet-forward/cronet -L/home/opt/cronet-forward/cronet -lcronet"
cd /home/opt/tls-forward/ && go run main.go cd /home/opt/tls-forward/ && go run main.go
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment