Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 495 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 495 Bytes

EasyPaint

EasyPaint is a simple graphics painting program

Installing

Install EasyPaint using the commands, if you use CMake::

cd ./EasyPaint
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
make install

Install EasyPaint using the commands, if you use qmake::

cd ./EasyPaint/sources
lrelease easypaint.pro
qmake
make
make install

License

EasyPaint is distributed under the MIT license.