Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
skiko
Project
Project
Details
Activity
Releases
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
liuqiang
skiko
Commits
4a949492
Commit
4a949492
authored
Jul 29, 2020
by
Nikolay Igotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
edceab0c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
README.md
README.md
+11
-2
build.sh
build.sh
+1
-1
No files found.
README.md
View file @
4a949492
# skiko
# Kotlin Multiplatform bindings to Skia
Kotlin MPP bindings to Skia
## Building JVM bindings
*
Download or build Skia for your target platform (see https://bintray.com/beta/#/jetbrains/skija/Skia?tab=files)
*
Set SKIA_DIR to location of Skia
*
Set JAVA_HOME to location of JDK, at least version 11
*
Run
`build.sh`
at least once to properly set up Skija
*
If Skija repo is updated - run
`build.sh`
again
*
`cd skiko && ./gradlew publishSkikoPublicationToMavenLocal`
will build the artefact and publish it to local Maven repo
build.sh
View file @
4a949492
...
@@ -7,7 +7,7 @@ else
...
@@ -7,7 +7,7 @@ else
fi
fi
SEP
=
:
SEP
=
:
if
[
`
uname
-o
`
==
"Msys"
]
;
then
if
[
`
uname
`
==
"Msys"
]
;
then
SEP
=
\;
SEP
=
\;
fi
fi
...
...
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