Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1 KB

developing.adoc

File metadata and controls

48 lines (31 loc) · 1 KB

Developing CodeReady Containers

Overview

The following sections describe how to build the project.

Prerequisites

  • Git

  • Make

  • A recent Go distribution (>=1.11)

Note

You should be able to develop the project on Linux, Windows, or macOS.

Setting up the development environment

Cloning the repository

Get the sources from GitHub:

$ git clone https://github.com/code-ready/crc.git
Note

Do not keep the source code in your $GOPATH, as Go modules will cause make to fail.

Dependency management

CodeReady Containers uses Go modules for dependency management.

For more information, see the following: