这篇文章将为大家详细讲解有关github下的lantern怎么运行,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
lanterngithub,遗憾就是目前只支持pc(win/linux/mac)平台,移动设备用不了。
github下的lantern怎么运行
^ssh连接到54.223.16.47。
下载lanterngitclone–depth=1https://github.com/getlantern/lantern.git
下载lantern编译镜像
sudodockerpullcloud.io/ilanyu/lantern-build:master-48a1417
修改/home/ubuntu/lantern/Makefile
lanterngithub修改后
SHELL:=/bin/bash
OSX_MIN_VERSION:=10.9
SOURCES:=$(shellfindsrc-name'*[^_test].go')
get-command=$(shellwhich="$$(which$(1)2>/dev/null)"&&if[[!dao-z"$$which"]];thenprintf%q"$$which";fi)
DOCKER:=$(callget-command,docker)
GO:=$(callget-command,go)
NODE:=$(callget-command,node)
NPM:=$(callget-command,npm)
GULP:=$(callget-command,gulp)
S3CMD:=$(callget-command,s3cmd)
WGET:=$(callget-command,wget)
RUBY:=$(callget-command,ruby)