Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ensure you have Docker installed.

    Code Block
    brew install --cask docker
  2. Start the docker app in the usual fashion.

Building with make

Note: the Makefile is deleted as of master. You may find this content helpful for building very old versions of cockroach.

If you wish to build with make, you should follow all the steps above, plus the following:

...