Commit 9ad95667 authored by Linshizhi's avatar Linshizhi

Merge branch 'master' of gitlab.laihua.com:linshizhi/imgrender

parents 17c5c39f 39a26db5
......@@ -9,7 +9,8 @@ RUN apt-get update -y && \
apt-get install -y libgl1-mesa-dev && \
apt-get install -y mesa-common-dev && \
apt-get install -y liblzma-dev && \
apt-get install -y wget
apt-get install -y wget && \
apt-get install -y git
RUN wget https://github.com/bazelbuild/bazel/releases/download/5.2.0/bazel_5.2.0-linux-x86_64.deb
RUN apt-get install -y /root/bazel_5.2.0-linux-x86_64.deb
......
# 编译
## 环境准备
./prepare.sh
## 编译命令
bazel build //examples:skia_svg_render
生成的可执行文件在bazel-bin/examples/里
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment