docs: CLI compilation (#1359)

* docs: CLI compilation

* update

* remove BETA

* amend CLI build steps
This commit is contained in:
Evgeny Poberezkin
2022-11-18 17:54:57 +00:00
committed by GitHub
parent a4be68f4bd
commit 0ad74d9538
4 changed files with 44 additions and 21 deletions

View File

@@ -0,0 +1,9 @@
ignore-project: False
# amend to point to the actual openssl location
package direct-sqlcipher
extra-include-dirs: /usr/local/opt/openssl@1.1/include
extra-lib-dirs: /usr/local/opt/openssl@1.1/lib
flags: +openssl
test-show-details: direct

View File

@@ -0,0 +1,9 @@
ignore-project: False
# amend to point to the actual openssl location
package direct-sqlcipher
extra-include-dirs: /opt/homebrew/opt/openssl@1.1/include
extra-lib-dirs: /opt/homebrew/opt/openssl@1.1/lib
flags: +openssl
test-show-details: direct