GithubHelp home page GithubHelp logo

skia-pack's Introduction

internal JetBrains project

Automated Skia builds

This repo is dedicated to building Skia binaries for use in Skiko.

Prebuilt binaries

Prebuilt binaries can be found in releases.

Building next version of Skia

  1. Find the release commit in Skia repository (look for chrome/mXXX branch)
  2. Rebase skiko branch in Skia fork repository on this commit and force push
  3. Update version in .github/workflows/build.yml.

Building locally

python3 script/checkout.py --version m116-47d3027-1
python3 script/build.py
python3 script/archive.py --version m116-47d3027-1

To build a debug build:

python3 script/checkout.py --version m116-47d3027-1
python3 script/build.py --build-type Debug
python3 script/archive.py --version m116-47d3027-1 --build-type Debug

skia-pack's People

Contributors

danielku15 avatar dima-avdeev-jb avatar eymar avatar igordmn avatar jkwill87 avatar matkovivan avatar olonho avatar orangy avatar rsedaikin avatar sergeevpavel avatar tonsky avatar veselovalex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

skia-pack's Issues

value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' #6

windows 10 x64,debug model error :
`1>skia_x64_debug.lib(skia.SkColor.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'‘

1>skia_x64_debug.lib(skia.SkColor.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' `

msvc debug mode error

There is an error when use Debug-x64 version.

1 error LNK2038: mismatch detected for "RuntimeLibrary" : value "MT_StaticRelease" doesn't match value "MTd_StaticDebug"(skiaPro.obj) skiaPro D:\VS2019\skiaPro\skiaPro\skia.lib(skia.SkDWriteFontFileStream.obj) 1

Help me see whether the compilation command correct or not

  1. I build skia source for ios arm64 platform ,And I use below command(help me see is the command correct ):
    python3 script/build.py --build-type Debug --target ios --machine arm64
  2. I merge the output skia library into skiko source, and build it, then I run skiko kmm example on IOS 11 will crash with below output:

image

Ubuntu binaries

Just a question: Are the ubuntu binaries here portable to other debian/linux systems? I noticed in the skia-build repository (https://github.com/JetBrains/skia-build) you have "linux" binaries without a distro tag, presumably those work across a number of linux distributions? Is this also the case the the ubutunu binaries here? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.