mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
gluster开发
This commit is contained in:
@ -1,2 +1,8 @@
|
||||
#!/bin/bash
|
||||
./cbuild gluster_0.6 src/gapp/gluster/gluster.go
|
||||
# 生成交叉编译的可执行文件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
|
||||
# 删除临时可文件
|
||||
rm cbuild
|
||||
Reference in New Issue
Block a user