Re: Compiling the current development version of Dia



Hi,

On 01/01/2011 10:11 PM, dg1727 hushmail com 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]