README.md: Update for the new repo
This commit is contained in:
parent
fb7dfbafcc
commit
ecd1a772e4
1 changed files with 7 additions and 9 deletions
16
README.md
16
README.md
|
@ -14,18 +14,18 @@ following the instructions on how to compile it yourself. Make sure you compile
|
||||||
ObjFW using Clang, as ObjMatrix is written in modern Objective-C and hence
|
ObjFW using Clang, as ObjMatrix is written in modern Objective-C and hence
|
||||||
cannot be compiled with GCC.
|
cannot be compiled with GCC.
|
||||||
|
|
||||||
Then install [ObjSQLite3](https://fl.nil.im/objsqlite3):
|
Then install [ObjSQLite3](https://git.nil.im/ObjFW/ObjSQLite3):
|
||||||
|
|
||||||
fossil clone https://fl.nil.im/objsqlite3
|
git clone https://git.nil.im/ObjFW/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
|
git clone https://git.nil.im/ObjFW/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
|
||||||
|
@ -36,7 +36,5 @@ You can run the tests like this:
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Just create an account on the
|
Just create an account on [git.nil.im](https://git.nil.im) and create a pull
|
||||||
[ObjMatrix Fossil](https://fl.nil.im/objmatrix) and post your patch on the
|
request.
|
||||||
[forum](https://fl.nil.im/objmatrix/forum). After a few patches, you will
|
|
||||||
be granted commit access.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue