<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 14px;" lang="x-western">Thanx Remi for bringing this up
... I didn't dare to ...
<br>
<br>
The problem with compiling the dev version imho is, that you will
have to recompile it permanently if you are trying to be of any
help with bug tracking, am I right? (Haven't compiled anything
yet, cause I don't get rid of the knots in my brain)
<br>
<br>
On the other hand, to use QGIS "professionaly", I need GDAL with
FGDB and MrSID support, so I will have to compile GDAL myself
beforehand.
<br>
But wanting to use it for work, I better not use the master
version but the stable.
<br>
<br>
So, as I see it, it would be much better to compile the stable
version and then get the master version for the candies and the
testing from debian-nightly.
<br>
But all guidelines propose it the other way round, which I do not
really understand ...
<br>
<br>
Said this, when I want to compile the stable version instead of
the master, but with a "handmade" GDAL, is there any way to take
benefit from the ubuntugis-unstable repository (things I can
install beforehand and then disabling the repository again)?
<br>
<br>
As I said, I have knots in my brain on this and never managed to
have a nice and easy environment on Ubuntu as I have with Windows
(which is saaaad....)
<br>
Can someone help me with the surgery?
<br>
<br>
Cheers
<br>
Bernd
<br>
<br>
<br>
<br>
Am 11.03.2014 17:59, schrieb Alex Mandel:
<br>
<blockquote type="cite" style="color: #000000;">The only
non-compile way I can think of on an Ubuntu box would be to run
<br>
a virtual machine. Otherwise you have to compile to avoid
package
<br>
manager conflicts.
<br>
<br>
So up to you which is more time/hassle to setup.
<br>
<br>
Enjoy,
<br>
Alex
<br>
<br>
On 03/10/2014 01:26 PM, Etienne Tourigny wrote:
<br>
<blockquote type="cite" style="color: #000000;">AFAIK, you have
to build your own version (preferrably master) with a
<br>
different install prefix (e.g. <i class="moz-txt-slash"><span
class="moz-txt-tag">/</span>home/softdev<span
class="moz-txt-tag">/</span></i>), and when you want to
use
<br>
that version you need to add relevant paths to PATH and
LD_LIBRARY_PATH.
<br>
<br>
I have a shell function that sets this up on demand:
<br>
<br>
setup_softdev()
<br>
{
<br>
export SOFT_PREFIX=/home/softdev
<br>
export LD_LIBRARY_PATH="/home/softdev/lib"
<br>
export LIBRARY_PATH=/home/softdev/lib
<br>
export LD_RUN_PATH=/home/softdev/lib
<br>
export PATH=/home/softdev/bin:$PATH
<br>
export CPLUS_INCLUDE_PATH=/home/softdev/include
<br>
export C_INCLUDE_PATH=/home/softdev/include
<br>
export CPPFLAGS=-I/home/softdev/include
<br>
export PYTHONPATH=<i class="moz-txt-slash"><span
class="moz-txt-tag">/</span>home/softdev/lib/python2.7/site-packages<span
class="moz-txt-tag">/</span></i>
<br>
export GDAL_DATA=/home/softdev/share/gdal
<br>
}
<br>
export -f setup_softdev
<br>
<br>
<br>
<br>
On Mon, Mar 10, 2014 at 5:19 PM, Rémi Bovard <a
class="moz-txt-link-rfc2396E"
href="mailto:remi.bovard@gmail.com"><remi.bovard@gmail.com></a>
wrote:
<br>
<br>
<blockquote type="cite" style="color: #000000;">Hi list,
<br>
<br>
I'm wondering if there is there a simple way to run stable
and master
<br>
versions of QGIS on Ubuntu? By simple, I mean - if possible
- without
<br>
compile QGIS from source.
<br>
<br>
For now, as described in doc [1], I edit
/etc/apt/sources.list to define
<br>
which repository to use : <a class="moz-txt-link-freetext"
href="http://qgis.org/debian">http://qgis.org/debian</a>
or
<br>
<a class="moz-txt-link-freetext"
href="http://qgis.org/debian-nightly">http://qgis.org/debian-nightly</a>.
But doing like this, I cannot run the two
<br>
versions at the same time.
<br>
<br>
Thank you in advance for your answers.
<br>
<br>
Rémi
<br>
<br>
[1] <a class="moz-txt-link-freetext"
href="http://qgis.org/en/site/forusers/alldownloads.html#ubuntu">http://qgis.org/en/site/forusers/alldownloads.html#ubuntu</a>
<br>
<br>
<br>
_______________________________________________
<br>
Qgis-developer mailing list
<br>
<a class="moz-txt-link-abbreviated"
href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a>
<br>
<a class="moz-txt-link-freetext"
href="http://lists.osgeo.org/mailman/listinfo/qgis-developer">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a>
<br>
</blockquote>
</blockquote>
</blockquote>
<br>
</div>
</body>
</html>