Skip to content

Commit

Permalink
Add a warning about in-container builds
Browse files Browse the repository at this point in the history
- The binary may not even run on macOS
- It builds an Ubuntu binary which may not run on e.g. Fedora due to
  different library sonames
  • Loading branch information
mtrmac committed May 26, 2017
1 parent 63ebd6a commit a44f62c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ If your system has a `docker` command and can run Linux containers,
```sh
$ make binary # Or (make all) to also build documentation, see below.
```
(Note that the created executable is a Linux executable, and depends on dynamic libraries which may only be available only in a container of a similar Linux distribution.)

### Building without a container
Install the necessary dependencies:
Expand Down

0 comments on commit a44f62c

Please sign in to comment.