Ivan Mincik
fc5571a995
Document how to build and run QGIS with Nix
2025-09-18 07:34:59 +10:00
Juergen E. Fischer
953927c9b7
debian packaging: remove jammy, kinetic, lunar, mantic, oracular and add questing
2025-09-15 08:58:03 +10:00
Nyall Dawson
3493df3d31
Partial update of INSTALL.md
2025-09-04 16:04:23 +10:00
Nyall Dawson
cfc7c797af
Update CI to assume qt6 builds
2025-09-04 16:04:23 +10:00
Nyall Dawson
e13978d61f
Bump minimum Python version to 3.11
2025-06-27 16:18:55 +12:00
Matthias Kuhn
b1ce2329a4
Merge pull request #60039 from qgis/macdmg
...
🍎 Mac Qt6 .dmg
2025-06-25 07:08:36 +02:00
Juergen E. Fischer
efaafaecdc
run scripts/scandeps.pl
2025-06-23 06:33:32 +00:00
Taro Matsuzawa aka. btm
dc69db8056
add autoconf-archive package to INSTALL
2025-06-05 13:51:13 +02:00
Matthias Kuhn
27eef82fc3
Remove QGIS_MACAPP_FRAMEWORK
2025-06-05 13:51:12 +02:00
Raymond Nijssen
b2a377bb8f
Update INSTALL.md
...
Build types need to be camel case:
DEBUG -> Debug
RELWITHDEBINFO -> RelWithDebInfo
2025-05-01 06:06:58 +10:00
Alex
ebb4087afc
Add draco
to build dependencies
...
Otherwise this error occurs:
```
CMake Error at /opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find Draco (missing: DRACO_LIBRARY DRACO_INCLUDE_DIR)
Call Stack (most recent call first):
/opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
cmake/FindDraco.cmake:53 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:537 (find_package)
```
2025-03-08 06:53:38 +10:00
Keith Kyzivat
4c32ea98ac
Protobuf is a required dependency
...
Add it to the INSTALL.md readme showing prerequisites.
2025-03-06 10:10:39 +10:00
Loïc Bartoletti
a76a616c73
Add a CMAKE option to completely disable Python ( #60463 )
2025-02-12 20:11:10 +01:00
Dror Bogin
c8953b87c7
Update link to ninja in INSTALL.md
...
Previous link was to ninja release of version 1.7.2, which caused a build error on Windows (raises multiple outputs aren't (yet?) supported by depslog;" which according to - https://github.com/ninja-build/ninja/issues/1184
should be fixed in ninja version >=1.10.
Changed the link to current latest which is 1.12.1
2025-02-08 21:15:48 +02:00
Mathieu Pellerin
dd03eebe75
Add a linux triplet to (more) easily build QGIS against vcpkg ( #60393 )
2025-02-04 15:21:01 +07:00
Nyall Dawson
6257874a40
Fix README
2025-01-31 06:55:32 +10:00
Nyall Dawson
9fab88eb4e
Require PROJ >= 8.2
2025-01-31 06:55:32 +10:00
Xu Han
79aa6b0fbd
fix msvc version and update cmake version.
2025-01-25 07:46:04 +10:00
Matthias Kuhn
103990eabb
Fix TOC
2024-12-18 06:17:33 +10:00
Matthias Kuhn
7c38163473
Document building with qt6 for macos
2024-12-18 06:17:33 +10:00
Harrissou Sant-anna
05a072109a
Update URLS referencing the official QGIS website
...
not all are redirected or available in the website
2024-11-16 07:27:49 +10:00
Matthias Kuhn
3f795c544d
Merge pull request #59380 from ValentinBuira/update-install-md
...
Update install md
2024-11-09 09:44:16 +01:00
Valentin Buira
c96ec1abbd
Revert "Fix table of content link"
...
Handled in another commit
his reverts commit 37ad2a586cba2aa3716c163a2dcca34461cb730a.
2024-11-08 12:29:59 +01:00
Nicolas Godet
da72457d5d
update url
2024-11-08 10:58:11 +01:00
Valentin Buira
9f16d1cb36
Use backtick instead
2024-11-08 10:56:22 +01:00
Nicolas Godet
8383361e97
Update INSTALL.md TOC
2024-11-08 08:41:03 +01:00
Valentin Buira
ac64600ab8
Help multiline command
2024-11-07 01:18:21 +01:00
Valentin Buira
c09d92805e
Fix parameter syntax
2024-11-07 01:14:52 +01:00
Valentin Buira
37ad2a586c
Fix table of content link
2024-11-07 01:14:31 +01:00
Nicolas Godet
186b2ba456
Update INSTALL.md TOC
2024-10-23 16:00:37 +02:00
danodom-tcb
9bccb89466
Adding missing parameters for Windows CMAKE
...
Adding missing parameters on the Configure CMAKE for building out the Visual Studio solution.
2024-10-21 15:15:23 +00:00
Juergen E. Fischer
ede5a09c69
update INSTALL.md
2024-10-15 10:29:39 +10:00
Matthias Kuhn
2c89431737
Document development workflow in INSTALL.md
2024-10-08 10:38:24 +02:00
Sandro Santilli
bbb9730e32
Mention QGIS_DEBUG environemnt variable
2024-05-29 10:19:48 +10:00
Nyall Dawson
73591ec2e0
Update qt 6 build instructions for Fedora 40
2024-05-01 13:45:55 +10:00
Nyall Dawson
ee327e74bc
Add extra tools required for Fedora prepare commit
...
[skip ci]
2024-04-10 05:58:00 +10:00
Juergen E. Fischer
d5b9669dd0
debian packaging:
...
* add ubuntu mantic and noble
* add dependency to python3-pyqt5.qtserialport (fixes #56241 ; that part of INSTALL.md is auto-generated by scripts/scandeps.pl)
2024-02-09 14:00:10 +01:00
Jacky Volpes
60ba0cc390
Update INSTALL.md
...
Add python3-pyqt5.qtserialport dependency for Debian following PR 55848
2024-02-07 15:19:21 +01:00
Even Rouault
c30e5a642e
INSTALL.md: add instructions for QT6 builds on Fedora Rawhide [ci skip]
2024-02-01 06:07:21 +10:00
Nyall Dawson
57b64a02a2
Update version requires in INSTALL.md
2023-12-05 01:35:06 +10:00
Nathan Woodrow
98b9b30d63
Update missing python3-devel in INSTALL
2023-11-08 05:14:52 +10:00
Loïc Bartoletti
184dd70b31
INSTALL.md: Fix fedora38 packages
...
There is no `qwt-devel` but `qwt-qt5-devel`, already mentionned before
2023-10-25 07:43:46 +10:00
Juergen E. Fischer
f47e78bfc9
update debian oracle support (followup 982fea528779e9)
2023-10-05 15:11:11 +02:00
Juergen E. Fischer
982fea5287
debian packaging: update to latest oracle client
2023-10-02 12:02:08 +02:00
aske-w
dce0a07081
Fix MD formatting in sec. 5.5
...
References to variables in paths without backticks (`) causes parts the paragraph to be interpreted as TeX math
2023-09-29 10:16:13 +10:00
Juergen E. Fischer
77c5adfcf6
INSTALL.md add link to build dependencies to debian packaging section
2023-08-21 14:11:55 +02:00
Juergen E. Fischer
bde58219b3
debian packaging: add libdraco-dev
2023-08-07 15:38:36 +02:00
Nyall Dawson
731c2e7430
Add draco-devel to Fedora dependencies
2023-08-07 08:06:55 +10:00
hugh
4ecf54a3b3
more formatting
2023-06-20 07:53:09 -04:00
Juergen E. Fischer
bb4d23c0af
debian packaging: add debian bookworm and build-essential to scandeps.pl
...
(superceeds #52813 , #52875 )
2023-05-02 14:52:57 +02:00