aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Getting-meson.md
AgeCommit message (Collapse)AuthorFilesLines
2022-01-10bump minimum required version of python to 3.7Eli Schwartz1-2/+2
Comment out the pending deprecation notice. It cannot be reached anymore, but is still useful for the next time we do a version bump.
2021-10-10Zipapp docs (#9356)Eli Schwartz1-0/+12
* Revert "README: Don't recommend using as a standalone script" This reverts commit 9763bf65c6285176b578de71b0c3b8c14c72fdf2. zipapps work fine now that we have a single entry point. Time to recommend them again. * update zipapp documentation to recommend the current packaging script Also update the website documentation to mention this at all.
2021-08-21Update instructions on installing with Pip. Closes #9034.Jussi Pakkanen1-12/+14
2021-04-06Add Chinese page to sitemap. [skip ci]Jussi Pakkanen1-1/+1
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen1-2/+2
2021-01-05Fix last mention of Python 3.5. [skip ci]Jussi Pakkanen1-49/+56
2020-11-17doc: add much-needed accuracy to pip installation instructions [skip ci]Eli Schwartz1-2/+7
- mention installing from local sources, not PyPI - warn against --user installs, which too often screw up users that then cannot install projects because ~/.local won't be in sudo's PYTHONPATH - advise installing with sudo -- current versions of pip assume --user for you rather than failing with permission errors, which is great unless, like meson, there are compelling reasons to need to install as root
2018-12-05docs: fix link to platform install quirks [skip ci]Dylan Baker1-1/+1
Fixes #4571
2018-07-01Getting-meson.md: Fix incorrect image link [skip ci]Nirbheek Chauhan1-1/+1
2018-06-03docs: Add a section about the MSI installer [skip ci]Nirbheek Chauhan1-2/+11
2018-06-03docs: Expand section on how to install Python3 and MesonNirbheek Chauhan1-11/+58
With screenshots!
2017-09-18Fix getting meson page (#2341)tense-du1-1/+1
* Replaced obsolete tt tag
2017-05-21Fix typocagatay-y1-1/+1
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade1-2/+2
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-05-03docs: fix links to the meson reposPeter Hutterer1-2/+2
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-0/+28
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.