Hi,

On 01/01/2011 10:11 PM, [email protected] wrote:
> Would it be possible for someone to publish a procedure for 
> installing the required tools on a plain Ubuntu 10.10 install?  Are 
> most of the required tools already available in Ubuntu, or quickly 
> accessible by "apt-get" or similar?  
That's a good idea. Added to my todo list.

> Does the "icon to pull the 
> latest Dia sources from git master and compile them" launch a shell 
> script (or similar) that is a very small file and could be easily 
> distributed?  
It does. And the script is really simple. Here it is:

#!/bin/bash
cd /home/dia/src/dia
git pull
make clean
./autogen.sh
./configure --with-python --with-swig
make

Steffen
_______________________________________________
dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

Reply via email to