how do I compile and execute the mupdf example.c?

This page summarizes the projects mentioned and recommended in the original post on /r/NixOS

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nixpkgs

    Nix Packages collection & NixOS

  • let #pkgs = import {}; # Nixpkgs in `release-21.11` branch at this moment pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/fd3e33d696b81e76b30160dfad2efb7ac1f19879.tar.gz") {}; # Shorthand function to join all package outputs via symlinks pkgJoin = pkg: pkgs.symlinkJoin { name = "${pkg.name}-joined"; paths = pkg.all; }; in pkgs.mkShell { buildInputs = with pkgs; [ pkg-config (pkgJoin curl) (pkgJoin zlib) (pkgJoin mupdf) lcms2 freetype gumbo jbig2dec openjpeg harfbuzz glib ]; }

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts