Hi,
I use and compile Qgis desktop and server on Docker on a daily basis.
Docker on Windows or Osx relies on linux vm, so basically, you should do
- almost - anything that
you can do on Linux but my expérience has taught me that the processe
is much smoother on Linux.
However, as Richard sa
On 10/22/22 16:25, Paul N via QGIS-Developer wrote:
Is it possible to compile QGIS in docker on windows system.
Any clue.
What is your use-case?
- Desktop or Server?
- Host = Windows, but container = ?
There are ready to use QGIS-Server images, others know better which one is most
up to date
Hi,
I followed the following instructions and managed to build on Windows:
https://gist.github.com/troopa81/b43f96c20fdde2778ecdeaf8cf87684e
But you can also try with this if you are comfortable with github
actions yaml :
https://github.com/jef-n/OSGeo4W/blob/workflows/.github/workflows/qgis-de
Hi Stefan,
IIRC Packages for qca-qt5 are not avail for 14.04, yo might be sucessful
in building them from source.
[1] might help
qsci same
and python3-future seems avail at [2] but not on the ubuntu repos??
ciao
Marco
[1]
https://github.com/JPNaude/dev_notes/wiki/Using-the-Qt-Cryptographic-Archi
Thanks for the info.
Stefan
On Mon, Nov 7, 2016 at 12:07 PM, Jürgen E. Fischer wrote:
> Hi Stefan,
>
> On Mon, 07. Nov 2016 at 11:53:44 +0100, Stefan Ziegler wrote:
> > I'm trying to compile QGIS master on Ubuntu 14.04. According to the
> INSTALL
> > [1] file I try to install the build depencie
Hi Stefan,
On Mon, 07. Nov 2016 at 11:53:44 +0100, Stefan Ziegler wrote:
> I'm trying to compile QGIS master on Ubuntu 14.04. According to the INSTALL
> [1] file I try to install the build depencies but I can't find some of them:
> E: Unable to locate package libqca-qt5-2-dev
libqca-qt5-2-dev a
Le lundi 07 novembre 2016 11:53:44, Stefan Ziegler a écrit :
> Hi
>
> I'm trying to compile QGIS master on Ubuntu 14.04. According to the INSTALL
> [1] file I try to install the build depencies but I can't find some of
> them:
>
> E: Unable to locate package libqca-qt5-2-dev
> E: Unable to locate
On 14-06-16 19:12, BOKU wrote:
> Hello i try to compile Qgis, source from git, in debian 8
> ccmake.. runs fine
> make -> without any trouble
> ./output/bin/qgis
> Speicherzugriffsfehler
>
> any Idea what is causing that?
> i compiled with compiled versions of
>
> gdal 2.2.0
> proj 4.9.2
> geos 3
Hi Jacory,
Thanks for your reply.
2015-09-07 11:36 GMT+09:00 Jacory :
> Thanks a lot, I solved the problem under your suggestion.
> I did it in another way, I changed the path variable of Qt “qmake.exe” in
> CMake. When I followed your suggestion, I opened CMake and found the
> “qmake.exe" path v
Hi Jacory,
I encountered the similar issue on my Mac OSX homebrew environment,
and at that time, the cause was the difference of compiled Qt version
(4.8.7) and loaded Qt version (4.8.6).
https://github.com/OSGeo/homebrew-osgeo4mac/issues/95
If you follow the QGIS MSVC build instruction, could yo
On Tue, Aug 11, 2015 at 8:17 AM, Martin Landa wrote:
> Hi,
>
> 2015-07-22 8:31 GMT+02:00 Radim Blazek :
>> Use WITH_GRASS7, GRASS_PREFIX7 and GRASS_INCLUDE_DIR7 for GRASS 7.
>>
>> WITH_GRASS, GRASS_PREFIX and GRASS_INCLUDE_DIR are for GRASS 6.
>
> thanks, GRASS_PREFIX7 works for me. BTW, was reall
Hi,
2015-07-22 8:31 GMT+02:00 Radim Blazek :
> Use WITH_GRASS7, GRASS_PREFIX7 and GRASS_INCLUDE_DIR7 for GRASS 7.
>
> WITH_GRASS, GRASS_PREFIX and GRASS_INCLUDE_DIR are for GRASS 6.
thanks, GRASS_PREFIX7 works for me. BTW, was really necessary to add
the new cmake variables for GRASS 7? BTW2, I w
On Tue, Jul 21, 2015 at 8:10 PM, Martin Landa wrote:
> Hi,
>
> I am trying to compile QGIS 2.10.1 with GRASS support, but `cmake`
> cannot find GRASS7 even I provide variables below:
>
> -D WITH_GRASS=ON \
> -D
> GRASS_PREFIX=/opt/src/grass70_release/dist.x86_64-unknown-li
* Radim Blazek [2015-05-26 16:09:29 +0200]:
> On Tue, May 26, 2015 at 2:38 PM, Nikos Alexandris
> wrote:
> > Re-exporting the LD_LIBRARY_PATH for G7, however, does not do any magic.
>
> There is no GRASS 7 plugin yet, it is scheduled for QGIS 2.12. You
> should find however GRASS 7 provider lis
On Tue, May 26, 2015 at 2:38 PM, Nikos Alexandris
wrote:
> Re-exporting the LD_LIBRARY_PATH for G7, however, does not do any magic.
There is no GRASS 7 plugin yet, it is scheduled for QGIS 2.12. You
should find however GRASS 7 provider listed in Help > About >
Providers and you should see GRASS l
Nikos:
> >> QGIS is installed in /osgeo/QGIS/ and
> >> /osgeo/QGIS/grass/config/default.qgc exists?
> >> The path is constructed as QgsApplication::pkgDataPath() +
> >> "/grass/config/default.qgc".
> >> For now, I think that you have to install QGIS to get it working (or
> >> do some dirty trick l
On Tue, May 26, 2015 at 9:38 AM, Nikos Alexandris
wrote:
> Radim:
>
>> QGIS is installed in /osgeo/QGIS/ and
>> /osgeo/QGIS/grass/config/default.qgc exists?
>> The path is constructed as QgsApplication::pkgDataPath() +
>> "/grass/config/default.qgc".
>> For now, I think that you have to install QG
Nikos:
> > I can see the plugin for 64 now. However, trying to open a (new) Mapset,
> > returns "The config file /osgeo/QGIS/grass/config/default.qgc) not
> > found.". And the GRASS toolbar icons (as well as for other toolbars)
> > are (partially or completely) invisible.
Radim:
> QGIS is inst
* Richard Duivenvoorde [2015-05-25 16:42:37 +0200]:
> On 25-05-15 16:31, Radim Blazek wrote:
> > On Mon, May 25, 2015 at 4:17 PM, Richard Duivenvoorde
> > wrote:
> >> On 25-05-15 10:15, Radim Blazek wrote:
> > I launch QGIS without installing it, ie from inside the bin directory.
> > It
Hi Richard,
On Mon, 25. May 2015 at 16:17:20 +0200, Richard Duivenvoorde wrote:
> Ah! I had the same problem, even asked around during the hackfest...
> nobody could tell me this :-)
Um, you didn't ask everyone ;)
Jürgen
--
Jürgen E. Fischer norBIT GmbH Tel. +49-4931-9181
On 25-05-15 16:31, Radim Blazek wrote:
> On Mon, May 25, 2015 at 4:17 PM, Richard Duivenvoorde
> wrote:
>> On 25-05-15 10:15, Radim Blazek wrote:
> I launch QGIS without installing it, ie from inside the bin directory.
> It runs fine. However, I can't see anywhere in QGIS' interface any
>
On Mon, May 25, 2015 at 4:17 PM, Richard Duivenvoorde
wrote:
> On 25-05-15 10:15, Radim Blazek wrote:
>>> > I launch QGIS without installing it, ie from inside the bin directory.
>>> > It runs fine. However, I can't see anywhere in QGIS' interface any
>>> > reference to GRASS. Plus, many of the i
On 25-05-15 10:15, Radim Blazek wrote:
>> > I launch QGIS without installing it, ie from inside the bin directory.
>> > It runs fine. However, I can't see anywhere in QGIS' interface any
>> > reference to GRASS. Plus, many of the icons do not appear at all (ie
>> > icons of the advanced digitizing
On Mon, May 25, 2015 at 12:24 PM, Nikos Alexandris
wrote:
>> LD_LIBRARY_PATH=/osgeo/grass64/dist.x86_64-unknown-linux-gnu/lib:$LD_LIBRARY_PATH
>> qgis
>
> What about setting this in /etc/ld.so.conf.d/grass.conf and running
> ldconfig (as root)? I have wrongly set there /osgeo/grass64/lib
> ins
Nikos Alexandris:
> > I am compiling qgis from master (git). Both GRASS and GRASS7 are set to
> > ON and the the corresponding GRASS_PREFIX, GRASS7_PREFIX are set to
> >
> > /osgeo/grass64/dist.x86_64-unknown-linux-gnu and
> > /osgeo/grass70/dist.x86_64-unknown-linux-gnu.
> >
> > I launch QGIS wit
On Fri, May 22, 2015 at 2:40 PM, Nikos Alexandris
wrote:
> I am compiling qgis from master (git). Both GRASS and GRASS7 are set to
> ON and the the corresponding GRASS_PREFIX, GRASS7_PREFIX are set to
>
> /osgeo/grass64/dist.x86_64-unknown-linux-gnu and
> /osgeo/grass70/dist.x86_64-unknown-linux-g
Hi
You can have a look at the INSTALL file:
https://github.com/qgis/QGIS/blob/master/INSTALL
Michael
2014-06-25 13:29 GMT+02:00 otmane yazidi alaoui :
> hello everyone
>
> I like to compile the source code "qgis" under my Mac Notebook with
> qtcreator
> and I like to know the steps to follow i
> i am try to compile qgis (qgis-Quantum-GIS-final-1_8_0-827-g79b1189) using
> visual studio but i can not
> please help me how it possible
Did you read the instruction Building QGIS from source - step by step?
https://github.com/qgis/Quantum-GIS/blob/master/INSTALL
What is the problem? What is
Jürgen thanks for your response.
Regards,
2011/4/29 Jürgen E. :
> Hi Samuel,
>
> On Fri, 29. Apr 2011 at 10:49:24 -0500, samuelm...@gmail.com wrote:
>> Hi, can someone help me with instructions to compile QGIS Mapserver
>> without QGIS Desktop. Can I install the software without QT4?. What
>> re
Hi Samuel,
On Fri, 29. Apr 2011 at 10:49:24 -0500, samuelm...@gmail.com wrote:
> Hi, can someone help me with instructions to compile QGIS Mapserver
> without QGIS Desktop. Can I install the software without QT4?. What
> requirements are needed?.
That's currently not an option. And the mapserve
Thank´s Devs,
I had some files did not recognized by SVN. They are files of
"spatial query plugin" when i worked them.
I removed these files and did download again from SVN.
At now, we can see "the on the fly" Raster with google's image by
Openlayers Plugin:
http://www.flickr.com/photos/604
On Wed, Mar 9, 2011 at 2:58 AM, Luiz Motta wrote:
> Devs,
>
> I tried compile QGIS r15395, in ubuntu 10.10, and get this message:
>
> [ 35%] Building CXX object src/app/CMakeFiles/qgis.dir/main.cpp.o
> In file included from /home/lmotta/dev/cpp/qgis/src/app/main.cpp:66:
> /home/lmotta/dev/cpp/qgi
Il giorno mar, 08/03/2011 alle 22.58 -0300, Luiz Motta ha scritto:
> Devs,
>
> I tried compile QGIS r15395, in ubuntu 10.10, and get this message:
Just compiled in Debian unstable, all went smoothly.
All the best.
--
http://www.faunalia.it/pc
___
Qg
33 matches
Mail list logo