Skip to content

Commit

Permalink
Merge pull request #81 from duganchen/docker-instructions
Browse files Browse the repository at this point in the history
Add Docker build image instructions to README
  • Loading branch information
unknownbrackets committed Jan 26, 2024
2 parents dd369e3 + f94c07d commit 961f232
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -135,6 +135,12 @@ And then just compile using make.
Aside from gcc/g++ or clang, you will also need liblz4-dev, libdeflate-dev, and libuv1-dev - or
similar.

The following Dockerfile will produce an Ubuntu image with the needed build dependencies:

FROM ubuntu:latest

RUN apt-get update && apt-get install -y build-essential pkgconf zlib1g-dev liblz4-dev libuv1-dev

### Packages

Community provided packages are available on some platforms under "maxcso". Please confirm
Expand Down

0 comments on commit 961f232

Please sign in to comment.