GithubHelp home page GithubHelp logo

tordona / pinta Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pintaproject/pinta

0.0 0.0 0.0 32.7 MB

Unofficial Builds Windows ARM64 - Pinta - Simple GTK# Paint Program

Home Page: http://www.pinta-project.com/

License: MIT License

Shell 0.28% Python 0.28% C# 98.97% Makefile 0.24% Inno Setup 0.06% M4 0.12% Roff 0.05%

pinta's Introduction

Translation status Build Status

Copyright (C) 2010 Jonathan Pobst

Pinta is a GTK clone of Paint.Net 3.0

Original Pinta code is licensed under the MIT License: See license-mit.txt for the MIT License

Code from Paint.Net 3.36 is used under the MIT License and retains the original headers on source files.

See license-pdn.txt for Paint.Net's original license.

Icons are from:

Building on Windows

First, install the required GTK-related dependencies:

  • Install MinGW64 via MSYS2
  • From the MinGW64 terminal, run pacman -S mingw-w64-x86_64-libadwaita mingw-w64-x86_64-webp-pixbuf-loader.

Pinta can then be built by opening Pinta.sln in Visual Studio. Ensure that .NET 8 is installed via the Visual Studio installer.

For building on the command line:

Building on macOS

  • Install .NET 8 and GTK4
    • brew install dotnet-sdk libadwaita adwaita-icon-theme gettext webp-pixbuf-loader
  • Build:
    • dotnet build
  • Run:
    • dotnet run --project Pinta

Alternatively, Pinta can be built by opening Pinta.sln in Visual Studio for Mac.

Building on Linux

  • Install .NET 8 following the instructions for your Linux distribution.
  • Install other dependencies (instructions are for Ubuntu 22.10, but should be similar for other distros):
    • sudo apt install autotools-dev autoconf-archive gettext intltool libadwaita-1-dev
    • Minimum library versions: gtk >= 4.12 and libadwaita >= 1.4
    • Optional dependencies: webp-pixbuf-loader
  • Build (option 1, for development and testing):
    • dotnet build
    • dotnet run --project Pinta
  • Build (option 2, for installation):
    • ./autogen.sh
      • If building from a tarball, run ./configure instead.
      • Add the --prefix=<install directory> argument to install to a directory other than /usr/local.
    • make install

Getting help / contributing:

pinta's People

Contributors

cameronwhite avatar jpobst avatar lehonti avatar dufoli avatar dependabot[bot] avatar robpvn avatar don-mccomb avatar xxgreg avatar codeprof avatar ericksson avatar mrolappe avatar thekolian1996 avatar kmarecki avatar joehillen avatar weblate avatar schmendrick avatar manish avatar ser82-png avatar mailaender avatar nikita-yfh avatar abcuser avatar github-actions[bot] avatar matthaiks avatar jgcarroll avatar oersen avatar yarikoptic avatar khairuddinniam avatar fitojb avatar yaminb avatar jaburns avatar

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.