Skip to content

Commit

Permalink
docs: update install readme for building on mac, remove obsolete imag…
Browse files Browse the repository at this point in the history
…es/readme.md
  • Loading branch information
jbw976 committed Jun 27, 2017
1 parent 0ef7305 commit b5ff5ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 112 deletions.
11 changes: 8 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ make -j4 build.all

See instructions below for setting up the build environment to support `arm` and `arm64` platforms.

Or if you wanted to build all release artifats run:
Or if you wanted to build all release artifacts run:

```
make -j4 release
Expand All @@ -46,7 +46,7 @@ Run `make help` for more options.

## Building inside the cross container

Offical Rook builds are done inside a build container. This ensures that we get a consistent build, test and release environment. To run the build inside the cross container run:
Official Rook builds are done inside a build container. This ensures that we get a consistent build, test and release environment. To run the build inside the cross container run:

```
> build/run make -j4
Expand Down Expand Up @@ -121,12 +121,17 @@ Linux 7ed5f0d0b618 4.10.0-21-generic #23-Ubuntu SMP Fri Apr 28 16:14:22 UTC 2017

## Using CCache

C++ code can take time to compile. CCache can increase the speed of compilation. To enable make sure you have ccache installed:
C++ code can take time to compile. CCache can increase the speed of compilation. To enable, make sure you have `ccache` installed:

```
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends ccache
```

On a Mac, `ccache` can be installed using brew:
```
brew install --HEAD ccache
```

when building container images we will use `CCACHE_DIR` or `${HOME}/.ccache` by default.

## Apt Package Caching
Expand Down
109 changes: 0 additions & 109 deletions images/README.md

This file was deleted.

0 comments on commit b5ff5ac

Please sign in to comment.