Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mypaint/README
diff options
context:
space:
mode:
Diffstat (limited to 'mypaint/README')
-rw-r--r--mypaint/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/mypaint/README b/mypaint/README
index ea029e8..4992969 100644
--- a/mypaint/README
+++ b/mypaint/README
@@ -1 +1,11 @@
Stolen from mypaint git repo in April 4th, 2012.
+
+To compile, first install dependencies:
+
+$ sudo yum install scons glib2-devel libpng-devel python-devel swig gcc gcc-c++
+
+Then do:
+
+$ scons
+
+If you get UnicodeDecodeError, change the locale to en_US .