rh101 / build1k

Building opensources for multi-platforms with github actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1kiss (1k)

A cross-platform one step build powershell script with auto setup general dependent tools.
Your programing life will relex if you're using 1k!

Release build dist Downloads

opensources

  • zlib
  • openssl
  • jpeg-turbo
  • curl
  • luajit
  • angle - Windows Only
  • c-ares

Notes

  • Since v81, use xcframework for apple platforms

Build Targets:

  • osx:
    • arm64 (M1+)
    • x86_64
  • linux: x86_64
  • ios:
    • arm64
    • arm64 simulator
    • x86_64 simulator
  • tvos:
    • arm64
    • arm64 simulator
    • x86_64 simulator
  • android
    • armv7
    • arm64
    • x86 (DEPRECATED)
    • x86_64
  • win32 (Windows Desktop Apps)
    • x86 (DEPRECATED)
    • x86_64
  • winrt/winuwp (Windows Universal Apps)
    • x86_64
    • arm64

refers

About

Building opensources for multi-platforms with github actions.

License:Apache License 2.0


Languages

Language:C++ 41.4%Language:CMake 24.4%Language:PowerShell 24.3%Language:C 4.2%Language:Shell 4.0%Language:Perl 1.8%