Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
I
IMGRender
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
IMGRender
Commits
9ad95667
Commit
9ad95667
authored
Aug 01, 2022
by
Linshizhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.laihua.com:linshizhi/imgrender
parents
17c5c39f
39a26db5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
Dockerfile
Dockerfile
+2
-1
README.md
README.md
+9
-0
No files found.
Dockerfile
View file @
9ad95667
...
...
@@ -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
...
...
README.md
View file @
9ad95667
# 编译
## 环境准备
./prepare.sh
## 编译命令
bazel build //examples:skia_svg_render
生成的可执行文件在bazel-bin/examples/里
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment