README.md: Fix code blocks
FossilOrigin-Name: 212ebfd3b7555ccb07f37e69001c1fbb2c09760b98c446b24f198fefb4d8ae2f
This commit is contained in:
parent
f190f98607
commit
914089413c
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -16,23 +16,23 @@ cannot be compiled with GCC.
|
||||||
|
|
||||||
Then install [ObjSQLite3](https://fl.nil.im/objsqlite3):
|
Then install [ObjSQLite3](https://fl.nil.im/objsqlite3):
|
||||||
|
|
||||||
fossil clone https://fl.nil.im/objsqlite3
|
fossil clone https://fl.nil.im/objsqlite3
|
||||||
cd objsqlite3
|
cd objsqlite3
|
||||||
meson setup build
|
meson setup build
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
sudo meson install -C build
|
sudo meson install -C build
|
||||||
|
|
||||||
Now you can build and install ObjMatrix like this:
|
Now you can build and install ObjMatrix like this:
|
||||||
|
|
||||||
fossil clone https://fl.nil.im/objmatrix
|
fossil clone https://fl.nil.im/objmatrix
|
||||||
cd objmatrix
|
cd objmatrix
|
||||||
meson setup build
|
meson setup build
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
sudo meson install -C build
|
sudo meson install -C build
|
||||||
|
|
||||||
You can run the tests like this:
|
You can run the tests like this:
|
||||||
|
|
||||||
meson test -C build
|
meson test -C build
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue