Skip to content

Commit

Permalink
refine build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouziyang committed Feb 21, 2022
1 parent 68e7ff5 commit f1e64eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android-builder-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update \
gcc-multilib g++-multilib libc6-dev-i386 libncurses5 lib32ncurses5-dev x11proto-core-dev \
libx11-dev lib32z1-dev libgl1-mesa-dev libxml2-utils xsltproc unzip fontconfig \
&& echo "install utils" \
&& apt-get install -y sudo \
&& apt-get install -y sudo rsync \
&& echo "install packages for build mesa3d or meson related" \
&& apt-get install -y python3-pip pkg-config python3-dev ninja-build \
&& pip3 install mako meson \
Expand Down
9 changes: 5 additions & 4 deletions android-builder-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Build ReDroid with docker

## Sync Code
ReDroid manifest include several branches / tags:
- `redroid-12.0.0` / `refs/tags/redroid-12.0.0_rxxxxxx`
- `redroid-11.0.0` / `refs/tags/redroid-11.0.0_rxxxxxx`
ReDroid manifest include several branches / snapshots:
- `redroid-12.0.0`
- `redroid-11.0.0`
- `redroid-10.0.0`
- `redroid-9.0.0`
- `redroid-8.1.0`
- `snapshots/XXX` in `snapshot` branch

```bash
# fetch code

mkdir ~/redroid && cd ~/redroid
repo init -u https://github.com/remote-android/platform_manifests.git -b <REV> --depth=1
repo sync -c --no-tags
repo sync -c
```

## Build
Expand Down

0 comments on commit f1e64eb

Please sign in to comment.