Skip to content

Commit

Permalink
readme: List subversion as dependency
Browse files Browse the repository at this point in the history
docker: Install subversion in docker container

Signed-off-by: Dennisbonke <admin@dennisbonke.com>
  • Loading branch information
Dennisbonke committed May 28, 2020
1 parent fc3d02d commit 42d8957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Now proceed to the Building paragraph.

1. Certain programs are required to build managarm;
here we list the corresponding Debian packages:
`build-essential`, `pkg-config`, `autopoint`, `bison`, `curl`, `flex`, `gettext`, `git`, `gperf`, `help2man`, `m4`, `mercurial`, `ninja-build`, `python3-mako`, `python3-protobuf`, `python3-yaml`, `texinfo`, `unzip`, `wget`, `xsltproc`, `xz-utils`, `libexpat1-dev`, `rsync`, `python3-pip`, `python3-libxml2`, `netpbm`, `itstool`, `zlib1g-dev`, `libgmp-dev`, `libmpfr-dev`, `libmpc-dev`.
`build-essential`, `pkg-config`, `autopoint`, `bison`, `curl`, `flex`, `gettext`, `git`, `gperf`, `help2man`, `m4`, `mercurial`, `ninja-build`, `python3-mako`, `python3-protobuf`, `python3-yaml`, `texinfo`, `unzip`, `wget`, `xsltproc`, `xz-utils`, `libexpat1-dev`, `rsync`, `python3-pip`, `python3-libxml2`, `netpbm`, `itstool`, `zlib1g-dev`, `libgmp-dev`, `libmpfr-dev`, `libmpc-dev`, `subversion`.
1. `meson` is required. There is a Debian package, but as of Debian Stretch, a newer version is required.
Install it from pip: `pip3 install meson`.
1. The [xbstrap](https://github.com/managarm/xbstrap) tool is required to build managarm. Install it from pip: `pip3 install xbstrap`.
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update \
python3-protobuf \
python3-yaml \
rsync \
subversion \
texinfo \
unzip \
wget \
Expand Down

0 comments on commit 42d8957

Please sign in to comment.