mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update README
This commit is contained in:
parent
e9208d693e
commit
4e2c6725d5
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
|
@ -80,11 +80,15 @@ The latest source releases can be found [here](https://github.com/tio/tio/releas
|
||||||
|
|
||||||
Install steps:
|
Install steps:
|
||||||
```
|
```
|
||||||
$ ./configure
|
$ meson build
|
||||||
$ make
|
$ meson compile -C build
|
||||||
$ make install
|
$ meson install -C build
|
||||||
```
|
```
|
||||||
See INSTALL file for more installation details.
|
|
||||||
|
See meson\_options.txt for tio specific build options.
|
||||||
|
|
||||||
|
Note: Please do no try to install from source if you are not familiar with
|
||||||
|
how to build stuff using meson.
|
||||||
|
|
||||||
|
|
||||||
## 4. Contributing
|
## 4. Contributing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue