Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

abcang/azpainter-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzPainter for Mac

Original repository: https://gitlab.com/azelpg/azpainter
Install with homebrew: https://github.com/abcang/homebrew-azpainter

Requirement

  • brew
  • x window system environment(XQuartz etc)

Install using brew tap

brew install xquartz
brew tap abcang/azpainter
brew install azpainter
ln -sf $(brew --prefix azpainter)/AzPainter.app /Applications/

repository: https://github.com/abcang/homebrew-azpainter

Install without using brew tap

It will be installed in the /Applications

brew install xquartz
brew install svg2png
make
make install

LICENSE

MIT

abcang