Remove ObjSQLite3 dependency until it's used
FossilOrigin-Name: 8d796cb21f3ceaa395141d72cdf962d9b2a193b524ab9356ea30a1d04b59d930
This commit is contained in:
parent
d2bb4edae9
commit
89453f6e66
2 changed files with 3 additions and 9 deletions
|
@ -9,13 +9,12 @@ It is currently in early development stages.
|
|||
|
||||
## How to build it?
|
||||
|
||||
You need [ObjFW](https://objfw.nil.im),
|
||||
[ObjOpenSSL](https://fossil.nil.im/objopenssl) and
|
||||
[ObjSQLite3](https://fossil.nil.im/objsqlite3) installed in order to do this.
|
||||
You need [ObjFW](https://objfw.nil.im) and
|
||||
[ObjOpenSSL](https://fossil.nil.im/objopenssl) installed in order to do this.
|
||||
|
||||
You can install them all like this:
|
||||
|
||||
$ for i in objfw objopenssl objsqlite3 objmatrix; do
|
||||
$ for i in objfw objopenssl objmatrix; do
|
||||
fossil clone https://fossil.nil.im/$i $i.fossil &&
|
||||
mkdir $i &&
|
||||
cd $i &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue