probonopd / azpainter

Full color painting software for Linux for illustration drawing. This is un-official little fixed repositary of AzPainter (based on "mlib" toolkit). Official repositary hosted on OSDN - https://osdn.net/projects/azpainter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

AzPainter Copyright (C) 2013-2017 Azel azelpg@gmail.com

http://azsky2.html.xdomain.jp/linux/azpainter.html

Overview

It is mainly full color painting software for illustration drawing.

Operating environment

  • X Window System (X11R6 or later)
    • (X11R 7.5 or later when you want to recognize pen pressure)
  • Linux
  • macOS (with patches)
  • FreeBSD (with patches)

What you need to compile

  • gcc

  • make

  • Xlib (libX11)

  • Xext (libXext)

  • XInput2 (libXi)

  • freetype2 (libfreetype)

  • fontconfig (libfontconfig)

  • zlib

  • libpng

  • libjpeg

Required packages in each distribution

  • Debian/Ubuntu

    gcc make libx11-dev libxext-dev libxi-dev libfreetype6-dev
    libfontconfig1-dev zlib1g-dev libjpeg-dev
    
    • Debian 9.0 / Ubuntu 16.10 or later
    libpng-dev
    
    • before Debian 8.0 / Ubuntu 16.04
    libpng12-dev
    
  • RedHat

    gcc make libX11-devel libXext-devel libXi-devel libfreetype6-devel
    libfontconfig-devel zlib-devel libpng-devel libjpeg-devel
    
  • Arch Linux

    Generally already it has been installed.

Compile and install

$ tar xf azpainter-2.1.0.tar.bz2
$ cd azpainter-2.1.0

$ ./configure
$ make
$ sudo make install-strip

It will be installed in the /usr/local by default. When ./configure to specify at the options, you can change the settings.

Install to /usr

$ ./configure --prefix=/usr

If you can not find the header files of freetype

Please specify the location of the header files in the --with-freetype-dir.

$ ./configure --with-freetype-dir=/usr/include/freetype2

Setting files

~/.azpainter

How to use

Shortcut to the "graphics" category of the main menu of the desktop has been created, you can start from there.

If you want to start from the terminal, you can start with the following command.

$ azpainter

About

Full color painting software for Linux for illustration drawing. This is un-official little fixed repositary of AzPainter (based on "mlib" toolkit). Official repositary hosted on OSDN - https://osdn.net/projects/azpainter/

License:Other


Languages

Language:C 92.4%Language:Makefile 5.4%Language:Shell 1.3%Language:C++ 0.7%Language:M4 0.0%