Skip to content

Commit

Permalink
Add installing information
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr1N committed Mar 11, 2012
1 parent 77c1851 commit b9d8f02
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,25 @@ EasyPaint

EasyPaint is a simple graphics painting program

Installing
----------

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

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

Install PuDB 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 <http://www.opensource.org/licenses/MIT>.
EasyPaint is distributed under the `MIT license <http://www.opensource.org/licenses/MIT>`_.

0 comments on commit b9d8f02

Please sign in to comment.