Skip to content

Commit cc07e2e

Browse files
Anushka MakhijaAnushka Makhija
authored andcommitted
updated README with more detailed MacOS stembuild compilation instructions.
1 parent 93a06d2 commit cc07e2e

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,17 @@ The output should be nothing if there no out-of-sync dependencies.
191191

192192
You can use stembuild on MacOS, but following the below steps.
193193

194-
- Download or clone the stembuild repository locally on your MacOS
194+
- Download or clone the stembuild repository locally on your MacOS inside your `go` directory
195+
```
196+
cd $HOME/go/src/github.com/cloudfoundry-incubator
197+
git clone https://github.com/cloudfoundry-incubator/stembuild.git
198+
```
195199
- Download the latest released artifact in [Stemcell Automation Github Repo](https://github.com/cloudfoundry-incubator/bosh-windows-stemcell-automation/releases)
196-
- Use the command with providing the corresponding values for the Stemcell Version you would like to build and the Stemcell Automation package you downloaded from the previous step - `make STEMCELL_VERSION=STEMCELL-VERSION AUTOMATION_PATH=PathToStemcellAutomationZip build` to build stembuild for MacOS.
197-
200+
- Install the [greenhouse-dotfiles](https://github.com/pivotal-cf/greenhouse-dotfiles#greenhouse-dotfiles). Ensure your `./bash_profile` is pointing to the `bash_profile` file downloaded from greenhouse by running `ls -al $HOME`. Repoint it if necessary and then install again.
201+
- Manually download the `ginkgo` and `go-bindata` libraries
202+
```
203+
go get -u github.com/jteeuwen/go-bindata/...
204+
go get github.com/onsi/ginkgo/ginkgo
205+
go get github.com/onsi/gomega/...
206+
```
207+
- Use the command with providing the corresponding values for the Stemcell Version you would like to build and the Stemcell Automation package you downloaded from the previous step - `make STEMCELL_VERSION=StemcellVersion AUTOMATION_PATH=PathToStemcellAutomationZip build` to build stembuild for MacOS.

0 commit comments

Comments
 (0)