doc: add note about vstart.sh setup

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
Noah Watkins 2018-07-28 10:08:19 -07:00
parent b2d948844f
commit 3b687cfa99
1 changed files with 8 additions and 0 deletions

View File

@ -99,6 +99,14 @@ docker run --rm -it --net=host
ceph-golang
```
Run against a `vstart.sh` cluster without installing Ceph:
```
export CGO_CPPFLAGS="-I/ceph/src/include"
export CGO_LDFLAGS="-L/ceph/build/lib"
go build
```
## Contributing
Contributions are welcome & greatly appreciated, every little bit helps. Make code changes via Github pull requests: