mirror of https://github.com/ceph/go-ceph
doc: add note about vstart.sh setup
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
b2d948844f
commit
3b687cfa99
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue