mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
update README
This commit is contained in:
parent
ea49d31885
commit
905f317666
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
|
@ -18,9 +18,15 @@ is beyond the scope of this document.
|
|||
|
||||
The preferred way to install espeakup is using your distribution's
|
||||
packaging system, but if your distribution does not have a package for
|
||||
espeakup yet, espeakup just uses a Makefile, so you should be able to
|
||||
change to the source directory, then type make, then as root, make
|
||||
install.
|
||||
espeakup yet, espeakup just uses meson, so you should be able to
|
||||
change to the source directory, then type:
|
||||
|
||||
```bash
|
||||
meson . ./build
|
||||
cd ./build
|
||||
ninja
|
||||
sudo ninja install
|
||||
```
|
||||
|
||||
## Starting Up
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue