summaryrefslogtreecommitdiff
path: root/docs/markdown/Quick-guide.md
AgeCommit message (Collapse)Author
2025-03-24docs: Fix apt-get installation command linehpkfft.com
2024-03-29Update Pip install documentation.Jussi Pakkanen
2023-11-22docs: Update Quick-guide.mdBin Meng
Change the shell prompt to '#' to when installing as root. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2022-08-16docs: fix various references to "meson builddir"Eli Schwartz
This is wrong, it should use "meson setup builddir".
2021-06-19Update Quick-guide.mdOrta Therox
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2019-11-02Ensure setuptools via PEP508/518 pyproject.tomlMichael Hirsch, Ph.D
2019-09-06Update Quickstart Guide [skip ci]dundir
2019-06-19Quick_guide.md:add python-setuptools and wheelandy5995
per IRC discussion, the wheel package isn't required but reduces harmless warnings. [skip ci]
2019-01-08docs: don't recommend using CFLAGS [skip ci]Dylan Baker
2018-09-11Quick Guide add step for python3-pip installgrooveadelic
On Deban, and assuming now on Ubuntu as well, pip3 is only available after installing the python3-pip package. For that case explicitly specified the package during the system installation.
2018-08-12Be more cautious in recommending Unity builds. [skip ci]Jussi Pakkanen
2017-08-24Rewrapped some markdown files.Jussi Pakkanen
2017-07-17Removed minor typos in documentation.Alexis Jeandet
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-05-03doc: Use https links wherever possible.Elliott Sales de Andrade
2017-05-03docs: replace 'meson build' with 'meson builddir'Peter Hutterer
Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
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.