Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-10 | bump minimum required version of python to 3.7 | Eli Schwartz | 1 | -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-10 | Zipapp docs (#9356) | Eli Schwartz | 1 | -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-21 | Update instructions on installing with Pip. Closes #9034. | Jussi Pakkanen | 1 | -12/+14 | |
2021-04-06 | Add Chinese page to sitemap. [skip ci] | Jussi Pakkanen | 1 | -1/+1 | |
2021-01-31 | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | 1 | -2/+2 | |
2021-01-05 | Fix last mention of Python 3.5. [skip ci] | Jussi Pakkanen | 1 | -49/+56 | |
2020-11-17 | doc: add much-needed accuracy to pip installation instructions [skip ci] | Eli Schwartz | 1 | -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-05 | docs: fix link to platform install quirks [skip ci] | Dylan Baker | 1 | -1/+1 | |
Fixes #4571 | |||||
2018-07-01 | Getting-meson.md: Fix incorrect image link [skip ci] | Nirbheek Chauhan | 1 | -1/+1 | |
2018-06-03 | docs: Add a section about the MSI installer [skip ci] | Nirbheek Chauhan | 1 | -2/+11 | |
2018-06-03 | docs: Expand section on how to install Python3 and Meson | Nirbheek Chauhan | 1 | -11/+58 | |
With screenshots! | |||||
2017-09-18 | Fix getting meson page (#2341) | tense-du | 1 | -1/+1 | |
* Replaced obsolete tt tag | |||||
2017-05-21 | Fix typo | cagatay-y | 1 | -1/+1 | |
2017-05-03 | doc: Capitalize things more consistently. | Elliott Sales de Andrade | 1 | -2/+2 | |
Upper or lower case depending on the official spelling, or the more consistent usage. | |||||
2017-05-03 | docs: fix links to the meson repos | Peter Hutterer | 1 | -2/+2 | |
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -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. |