Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 980 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 980 Bytes

codecov CodeFactor

Server for taskem

Development

Requirements

  • libvips 8.3+ (8.8+ recommended)
  • C compatible compiler such as gcc 4.6+ or clang 3.0+
  • Go 1.23+

Installation

  1. Download and install MSYS2.
  2. After install open MSYS2 UCRT64
  3. Update MSYS2
    pacman -Syuu
  4. Install toolchain | gcc | pkg-config | vips
    pacman -S mingw-w64-ucrt-x86_64-toolchain
    pacman -S mingw-w64-ucrt-x86_64-gcc
    pacman -S pkg-config
    pacman -S mingw-w64-ucrt-x86_64-libvips
    After that add C:/msys64/ucrt64/bin to your PATH

Coverage

codecov graph