LADI
/
spa
1
Fork 0
Commit Graph

26 Commits

Author SHA1 Message Date
Barnabás Pőcze 2d060a5a72 INSTALL.md: add note about uninstallation
At the moment, meson stores the list of installed files
in the build directory, and this list must be kept intact
for uninstallation to work. Add a note about it.
2022-06-15 19:11:50 +00:00
Barnabás Pőcze 33a8cf2a23 INSTALL.md: remove unnecessary colon 2022-06-15 19:11:50 +00:00
Barnabás Pőcze c757ed6d41 INSTALL.md: do not specify `sudo` for installation
Depending on the installation prefix and destination dreictory,
`sudo` may be unnecessary, so remove it from the command,
but mention that it may be needed.
2022-06-15 19:11:50 +00:00
Barnabás Pőcze 78d5315c76 INSTALL.md: emphasize some things with monospace font
Make some mentions of paths, programs, environmental variables monospace.
2022-06-15 19:11:50 +00:00
Barnabás Pőcze c195b5eda0 INSTALL.md: specify build directory for (un)installation
Most meson command invocations specify the build directory
in the document, do the same for `meson install` and
uninstallation.
2022-06-15 19:11:50 +00:00
Barnabás Pőcze f6ddac3f8e INSTALL.md: use `meson compile`
The "compile" subcommand is available since meson 0.54,
and it provides a backend agnostic way to start the build.
2022-06-15 19:11:50 +00:00
Barnabás Pőcze 24177c3bae INSTALL.md: link to meson and ninja websites 2022-06-15 19:11:50 +00:00
Gabriel Dougherty d4efdb44e3 Add uninstall instructions 2022-05-26 10:39:56 +00:00
Peter Hutterer e1672f9762 pipewire: allow for log level names in PIPEWIRE_DEBUG
Allow one of "XEWIDT" to refer to none, errors, warnings, info, debug
and trace, respectively because they're immediately recognizable. Well,
except maybe the X.

PIPEWIRE_DEBUG="I" is equivalent to PIPEWIRE_DEBUG="3" for example.
2021-09-10 07:38:20 +00:00
Wim Taymans 4562ef4ed0 update some docs 2021-09-08 10:31:31 +02:00
Peter Hutterer 327ec4306f INSTALL: link to our CI pipeline for distributions-specific dependencies
We know these are up-to-date and they are based off a minimal base
system.
2021-07-14 12:25:17 +00:00
Peter Hutterer 257fd83f65 Replace Pipewire with PipeWire for consistency
And set up a CI job to check for that.
2021-07-14 16:56:54 +10:00
Ден Иванов e504ff8605 Update INSTALL.md - added info on Fedora dependencies 2021-07-12 08:10:53 +00:00
Reynaldo H. Verdejo Pinochet 5a69a04cfe INSTALL: pass build dir to uninstalled script
The instructions were left a bit broken by
d068cc2bcf because the unistalled script uses
"build" as default and will fail with an "invalid
build directory" error for people following the
guide step-by-step and using "builddir" instead.
2021-06-03 07:25:01 +00:00
Peter Hutterer d068cc2bcf INSTALL: use builddir, not build for the meson directory
builddir is slightly more self-explanatory than using "build" which could be
a command as well
2021-04-20 07:08:58 +00:00
Kraus Shusha 63e7a5c5d4 Update INSTALL.md, typo 2021-04-02 05:40:12 +00:00
Ivan 08445d2c4a docs: Fit systemd services into one command for convenience
... also added some information about enabling pipewire-media-session.service
2021-02-25 20:23:32 +00:00
Wim Taymans 7cf07da392 Start media-session and pulse-server in uninstalled config
Also update the INSTALL instructions to match reality.
2021-02-25 07:00:56 +01:00
jasker5183 ccf2254b6b Update libasound_module_pcm_pipewire.so location for Ubuntu 2021-01-26 16:40:42 +00:00
Jarkko Sakkinen 738d9b7767 Rewrite "Building" section in INSTALL.md
Rephrase steps in "Building" section of INSTALL.md accurately together
with examples. Bunch of steps and concepts were not clearly specified,
e.g. how and when the build options ought to be used.

Finally, explain the role of autogen.sh correctly. It's just for
jhbuild. A more precise build instructions, on the other hand, help a
developer unfamiliar with the build system.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
2020-12-28 13:33:45 +01:00
Jarkko Sakkinen a54cd1ee2b Be explicit, where to run "meson install"
This happens if the autogen.sh compilation method is used:

➜  pipewire (master) ✔ meson install
Install data not found. Run this command in build directory root.
➜  pipewire (master) ✔

Fix this by stating in the "Installing" section the correct
location to run "meson install".

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
2020-12-24 18:21:46 +02:00
Wim Taymans aa63077eea docs: update README and INSTALL 2020-11-27 17:16:57 +01:00
Emmanuel Gil Peyrot 14fdf07e8f Run codespell on the entire codebase
This tool detects and fixes common English spelling mistakes, with
generally very few mistakes.

Here is the command I used to generate this commit.  There were a few
changes that had to be done manually, and of course adding the ignore
file:
```shell
codespell -I .codespell-ignore -x .codespell-ignore -w
```

I didn’t add it to the CI, but this would be a good place for it.
2020-08-17 17:16:31 +00:00
Wim Taymans 3c7186cfd6 INSTALL: update with info about jack plugin 2020-05-04 10:00:24 +02:00
Wim Taymans f043ed86d9 update with jack and pulse install instructions 2020-05-02 10:12:08 +02:00
Wim Taymans d8de4f3b9f Update docs a bit 2020-05-01 20:29:40 +02:00