1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-03 13:36:59 +00:00

Merge pull request from vbatts/shorten_build_steps

README: fewer build steps
This commit is contained in:
Antonio Murdaca 2016-06-23 23:48:55 +02:00 committed by GitHub
commit 1d5e38454e

View File

@ -102,11 +102,8 @@ Building
- -
To build `skopeo` you need at least Go 1.5 because it uses the latest `GO15VENDOREXPERIMENT` flag. Also, make sure to clone the repository in your `GOPATH` - otherwise compilation fails. To build `skopeo` you need at least Go 1.5 because it uses the latest `GO15VENDOREXPERIMENT` flag. Also, make sure to clone the repository in your `GOPATH` - otherwise compilation fails.
```sh ```sh
$ cd $GOPATH/src $ git clone https://github.com/projectatomic/skopeo $GOPATH/src/github.com/projectatomic/skopeo
$ mkdir -p github.com/projectatomic $ cd $GOPATH/src/github.com/projectatomic/skopeo && make binary
$ cd projectatomic
$ git clone https://github.com/projectatomic/skopeo
$ cd skopeo && make binary
``` ```
You may need to install additional development packages: gpgme-devel and libassuan-devel You may need to install additional development packages: gpgme-devel and libassuan-devel