mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
初步完成gluster0.6版本开发
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,5 +11,4 @@ log/
|
||||
composer.lock
|
||||
gitpush.sh
|
||||
pkg/
|
||||
bin/
|
||||
cbuild
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# 生成交叉编译的可执行文件cbuild
|
||||
go build src/gapp/cbuild/cbuild.go
|
||||
# 开始交叉编译gluster
|
||||
#./cbuild src/gapp/gluster/gluster.go --name=gluster --version=0.6 --arch=386,amd64 --os=linux,windows,darwin,freebsd,openbsd
|
||||
./cbuild src/gapp/gluster/gluster.go --name=gluster --version=0.6 --arch=386,amd64 --os=linux,windows
|
||||
./cbuild src/gapp/gluster/gluster.go --name=gluster --version=lastest
|
||||
#./cbuild src/gapp/gluster/gluster.go --name=gluster --version=0.6 --arch=386,amd64 --os=linux,windows
|
||||
# 删除临时可文件
|
||||
rm cbuild
|
||||
Reference in New Issue
Block a user