Difference between revisions of "Activities/Tux Paint"

From Sugar Labs
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Overview ==
 
== Overview ==
 +
 +
This page is about Sugar support in Tux Paint.
  
 
Tux Paint is a drawing app for tiny kids. Most 3-year-old kids and many 2-year-old kids are able to use it, yet 10-year-old kids (and kid-like adults) enjoy it too. Tux Paint features Tux the penguin, like Clippy but not so annoying. Tux Paint uses stereo sound according to where the mouse pointer is. Tux Paint is translated into about 70 different languages, including big-alphabet and right-to-left ones.
 
Tux Paint is a drawing app for tiny kids. Most 3-year-old kids and many 2-year-old kids are able to use it, yet 10-year-old kids (and kid-like adults) enjoy it too. Tux Paint features Tux the penguin, like Clippy but not so annoying. Tux Paint uses stereo sound according to where the mouse pointer is. Tux Paint is translated into about 70 different languages, including big-alphabet and right-to-left ones.

Revision as of 10:18, 24 September 2011


Overview

This page is about Sugar support in Tux Paint.

Tux Paint is a drawing app for tiny kids. Most 3-year-old kids and many 2-year-old kids are able to use it, yet 10-year-old kids (and kid-like adults) enjoy it too. Tux Paint features Tux the penguin, like Clippy but not so annoying. Tux Paint uses stereo sound according to where the mouse pointer is. Tux Paint is translated into about 70 different languages, including big-alphabet and right-to-left ones.

Build from sources

Install dependencies, for Fedora they are:

sudo yum install glib2-devel gtk2-devel libgee-devel GConf2-devel dbus-glib-devel pango-devel librsvg2-devel python-devel pygtk2-devel pycairo-devel libpaper-devel cairo-devel fribidi-devel SDL-devel SDL_image-devel SDL_mixer-devel SDL_ttf-devel SDL_Pango-devel 

Fetch sources:

mkdir -p ~/src/tuxpaint
cd ~/src/tuxpaint
wget http://download.sugarlabs.org/sources/external/polyol/polyol-1.2.tar.gz
tar xzpvf polyol-1.2.tar.gz
wget http://download.sugarlabs.org/sources/external/tuxpaint/tuxpaint-0.9.22.tar.gz
tar xzpvf tuxpaint-0.9.22.tar.gz

Build Polyol:

cd ~/src/tuxpaint/polyol-1.2
cmake -DCMAKE_INSTALL_PREFIX=$HOME/Activities/tuxpaint.activity && make && make install

Build TuxPaint:

cd ~/src/tuxpaint/tuxpaint-0.9.22
PKG_CONFIG_PATH=$HOME/Activities/tuxpaint.activity/lib/pkgconfig make PREFIX=$HOME/Activities/tuxpaint.activity SUGAR=1
make PREFIX=$HOME/Activities/tuxpaint.activity SUGAR=1 install

Link activity directory:

cd ~/Activities/tuxpaint.activity
ln -s ~/src/tuxpaint/tuxpaint-0.9.22/activity .

Getting involved

Resources