summaryrefslogtreecommitdiff
path: root/docs/markdown/Quick-guide.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest2020-06-181-8/+8
|
* Ensure setuptools via PEP508/518 pyproject.tomlMichael Hirsch, Ph.D2019-11-021-8/+10
|
* Update Quickstart Guide [skip ci]dundir2019-09-061-16/+58
|
* Quick_guide.md:add python-setuptools and wheelandy59952019-06-191-1/+2
| | | | | | | per IRC discussion, the wheel package isn't required but reduces harmless warnings. [skip ci]
* docs: don't recommend using CFLAGS [skip ci]Dylan Baker2019-01-081-1/+1
|
* Quick Guide add step for python3-pip installgrooveadelic2018-09-111-1/+1
| | | 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.
* Be more cautious in recommending Unity builds. [skip ci]Jussi Pakkanen2018-08-121-3/+5
|
* Rewrapped some markdown files.Jussi Pakkanen2017-08-241-14/+44
|
* Removed minor typos in documentation.Alexis Jeandet2017-07-171-1/+1
| | | | Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
* doc: Use https links wherever possible.Elliott Sales de Andrade2017-05-031-1/+1
|
* docs: replace 'meson build' with 'meson builddir'Peter Hutterer2017-05-031-5/+5
| | | | | | Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560
* docs: Import the website and wiki and build with hotdocThibault Saunier2017-04-261-0/+71
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.