12/8/11

How to install MyPaint+GIT

Hi there!
There are lot of things changing in MyPaint's World. These changes are available for linux users by now. For that reason I've asked developers for an easy way to install the latest changes with simple "copy and paste".

This is what you'll get:
- Single window UI by default.(you can change that if you want)
- New toolbar. For "tablet pc" type devices.
- Scratchpad. Mix colors like in a real palette and more.
- New customizable preferences (pen buttons and New polyline option.)
- New Brushes panel with single window (improved UI)

Do you want to be amazed? then continue reading..





This is what you'll get:
- Single window UI by default.(you can change that if you want)


- New toolbar. For "tablet pc" type devices.



- Scratchpad. Mix colors like in a real palette and more.


- New customizable preferences (pen buttons and New Straight lines option.)


- New Brushes panel with single window and tabs (improved UI)



 *NOTE: things could change due the development state of MyPaint+GIT. please note me if somethings happens.
__________________________________________________________________
HOW TO INSTALL MYPAINT+GIT

Step 1
Check if you have any previous MyPaint release installed and make a back up your files if you want to keep them.You have to remove any previous MyPaint release to avoid possible conflicts between the oficial release and GIT release.

Step 2
Open the terminal Aplications/Accesories/Terminal

Step 3
Copy these lines of code line by line and paste in the terminal. ( Ctrl + C here , and Ctrl + Maj + V in the terminal )

sudo apt-get install git-core g++ python-dev libglib2.0-dev
sudo apt-get install python-numpy swig scons gettext libpng12-dev
cd
mkdir source-to-compile
cd source-to-compile/
git clone git://gitorious.org/mypaint/mypaint.git
cd mypaint
scons
cp -a ~/.mypaint ~/.mypaint.BAK
./mypaint


Step 4
To run MyPaint+GIT go to the folder ~source-to-compile/mypaint and run ./mypaint in there

Step 5
To update MyPaint copy these lines of code , line by line and paste in the terminal.

cd ~/source-to-compile/
cd mypaint
git pull
scons
./mypaint

Step 6
If you want to delete the GIT release, delete the folder source-to-compile
and reinstalll mypaint as usual.


Developers love feedback, so if you like MyPaint let them to know it. And if you are a "brave user" ;) you can even participate in the project giving ideas and reporting bugs. This way we'll get a better MyPaint releases in the future wit ..who knows ..your ideas implemented?

More info:


- MyPaint home
- MyPaint forum
-MyPaint bugtracker
- Scratchpad

- MyPaint brushes creation (PDF)

12 comentarios:

  1. Me encanta. Voy a instalarlo inmediamente.

    ResponderEliminar
  2. Fantastic, clear and complete! I'll install now! Thanks! :D

    ResponderEliminar
  3. Una pregunta, en el scratchpad, que atajo del teclado uso para hacer zoom in/zoom out?

    ResponderEliminar
  4. @Mery de momento no se puede hacer zoom por teclado, pero si puedes hacerlo por medio de ir a preferencias y en Buttons, configurarte un boton del la stylus para hacer zoom con por ejemplo Ctrl+button 2
    Es un bug que he reportado hoy mismo, así que a ver que me cuentan.

    ResponderEliminar
  5. Que buena interfaz.... ¿existe para windows?
    Saludos Ramón!

    ResponderEliminar
  6. @Lucas Existe en su version anterior 0.9.1 (esta es de desarrollo) ,con los paneles flotantes y sin scratchpad ni menubar para tablet pc. Pero en temas de pinceles funcionan igual de bien.

    ResponderEliminar
  7. ah!! ¿como lo pongo en el menú o lo agrego a un lanzador? Es que correrlo siempre desde terminal . . . no se, no puedo poner en la ruta del lanzador ./mypaint xD

    ResponderEliminar
  8. Es excelente!! Me encanta!!
    Me encanta My Paint, pero de esta forma es sencillamente espectacular...
    Aclaro que soy solo aficionado y de vez en cuanto dibujo algo con una «super humilde» tablet =P

    En fin, mis felicitaciones a todos los desarrolladores, espero que sigan adelante de esta manera que van estupendamente. Por demás de agradecido.

    Y muchas gracias Ramón por compartir esto y tus fantásticos trabajos. Cada vez que veo algo tuyo me inspira y me dan ganas de dibujar... jeje

    Saludos!!

    ResponderEliminar
  9. @Memiliano Gracias por apreciar mi trabajo. Espero que te diviertas con las nuevas opciones. además si vas recompilando habitualmente puedes estar al día sobre lo que se cuece en la cocina de Mypaint, lo ultimo ,los modos de capa. chaooo

    ResponderEliminar
  10. muy buen programa, tenía el 0.9.1 y quiero instalar éste pero en el comando "scons" me dice:

    scons: Reading SConscript files ...
    Building for python2.6
    Package lcms2 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `lcms2.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'lcms2' found
    OSError: 'pkg-config --cflags --libs lcms2' exited 1:
    File "/home/leandro/source-to-compile/mypaint/SConstruct", line 41:
    env.ParseConfig('pkg-config --cflags --libs lcms2')
    File "/usr/lib/scons/SCons/Environment.py", line 1460:
    return function(self, self.backtick(command))
    File "/usr/lib/scons/SCons/Environment.py", line 593:
    raise OSError("'%s' exited %d" % (command, status))
    alguna ayuda?

    ResponderEliminar
  11. Package lcms2 was not found in the pkg-config search path.

    Esto me hace pensar que te falta esa libreria. lo has mirado ? has ejecutado linea por linea y con permisos de administrador? lo digo por quitar posibilidades de error.
    Si esto no te funciona, pregunta en el IRC en el server freenode en el canal #mypaint o en el foro oficial de mypaint.
    http://forum.intilinux.com/index.php#9

    ResponderEliminar
    Respuestas
    1. bueno, tengo un problema similar pero en lugar de lcms2 la libreria faltante es json ._. y no he logrado instalarla tampoco

      Eliminar