mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-24 14:09:54 +00:00
docs: CLI compilation (#1359)
* docs: CLI compilation * update * remove BETA * amend CLI build steps
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user