You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/development/building_from_source.rst
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2453,12 +2453,6 @@ the ``install`` CMake target.
2453
2453
``deb`` when it is detected that the Python installation looks for
2454
2454
the ``site-packages`` subdirectory. Otherwise it is unspecified.
2455
2455
2456
-
.. option:: GDAL_PYTHON_INSTALL_LIB
2457
-
2458
-
This option can be specified to set the value of the ``--install-lib``
2459
-
option of ``python3 setup.py install``. It is only taken into account on
2460
-
MacOS systems, when the Python installation is a framework.
2461
-
2462
2456
.. note::
2463
2457
2464
2458
The Python bindings are made of several modules (osgeo.gdal, osgeo.ogr, etc.)
@@ -2535,7 +2529,7 @@ For more details on how to build and use the C# bindings read the dedicated sect
2535
2529
2536
2530
.. option:: CSHARP_APPLICATION_VERSION
2537
2531
2538
-
Sets the .NET target Framework (in TFM format) to be used when compiling the C# sample applications. `List of acceptable contents for .NET <https://docs.microsoft.com/en-us/dotnet/standard/frameworks#supported-target-frameworks>`_.
2532
+
Sets the .NET target Framework (in TFM format) to be used when compiling the C# sample applications. `List of acceptable contents for .NET <https://docs.microsoft.com/en-us/dotnet/standard/frameworks#supported-target-frameworks>`_.
2539
2533
Defaults to the highest version installed on the build system, i.e. `latest`.
0 commit comments