mirror of
https://github.com/containers/skopeo.git
synced 2025-06-29 08:07:37 +00:00
Merge pull request #353 from surajssd/add-fedora-dependency
docs(README): add build dependencies for fedora
This commit is contained in:
commit
bcc0de69d4
@ -107,7 +107,7 @@ To build the manual you will need go-md2man.
|
|||||||
```sh
|
```sh
|
||||||
$ sudo apt-get install go-md2man
|
$ sudo apt-get install go-md2man
|
||||||
```
|
```
|
||||||
To build the `skopeo` binary 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 the `skopeo` binary 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
|
||||||
$ git clone https://github.com/projectatomic/skopeo $GOPATH/src/github.com/projectatomic/skopeo
|
$ git clone https://github.com/projectatomic/skopeo $GOPATH/src/github.com/projectatomic/skopeo
|
||||||
$ cd $GOPATH/src/github.com/projectatomic/skopeo && make all
|
$ cd $GOPATH/src/github.com/projectatomic/skopeo && make all
|
||||||
@ -121,7 +121,7 @@ $ make binary-local
|
|||||||
|
|
||||||
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`
|
||||||
```sh
|
```sh
|
||||||
$ dnf install gpgme-devel libassuan-devel
|
$ sudo dnf install gpgme-devel libassuan-devel btrfs-progs-devel device-mapper-devel
|
||||||
```
|
```
|
||||||
Installing
|
Installing
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user