Re: Compiling the current development version of Dia
- From: Steffen Macke <sdteffen gmail com>
- To: discussions about usage and development of dia <dia-list gnome org>
- Subject: Re: Compiling the current development version of Dia
- Date: Mon, 03 Jan 2011 19:27:16 +0100
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]