Skip to content

Commit

Permalink
testing ios script 2
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekinstnt committed Sep 30, 2024
1 parent 27983a9 commit 175c1a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions aries_framework_vcx/src/scripts/ios.build.cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

generate_bindings() {

brew install cmake autoconf automake libtool pkg-config git
git clone https://github.com/zeromq/libzmq.git vendor/libzmq
cd vendor/libzmq
./autogen.sh
./configure
make

export UNIFFI_ROOT="${ARIES_VCX_ROOT}/aries_framework_vcx"
export IOS_APP_DIR="${ARIES_VCX_ROOT}/aries_framework_vcx/ios/"

Expand Down

0 comments on commit 175c1a6

Please sign in to comment.