You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying out the library, which I have working on Android, but am running into issues when trying to build on iOS. I'm using Xcode 13.4.1 (13F100), with CMake version 3.23.2 installed via brew.
I've run through the following steps to get the dependencies compiled:
quiet-lwip
$ git clone https://github.com/quiet/quiet-lwip.git
$ cd quiet-lwip
$ mkdir build
$ cd build
$ cmake ..
$ copy headers from portaudio, quiet-portaudio, and quiet into include directory.
$ make
I am getting multple errors, including "libquiet requires libliquid but cannot find it". I've checked my path settings, and checked my included headers. If you could provide any insight I would greatly appreciate it. I've attached the full xcodebuild output for reference.
@brian-armstrong have you considered enabling sponsorship for this project? I would be interested in contributing financially, or in other ways to support it's development. Thank you for your hard work on this.
I've been trying out the library, which I have working on Android, but am running into issues when trying to build on iOS. I'm using Xcode 13.4.1 (13F100), with CMake version 3.23.2 installed via brew.
I've run through the following steps to get the dependencies compiled:
Carthage install
$ brew update
$ brew install carthage
Liquid DSP
$ brew install cmake
$ brew install automake
$ git clone https://github.com/quiet/liquid-dsp.git -b devel --single-branch
$ cd liquid-dsp
$ autoupdate
$ ./bootstrap.sh
$ ./configure
$ make
$ sudo make install
libfec
$ git clone https://github.com/quiet/libfec.git
$ cd libfec
$ ./configure --build=x86_64-apple-darwin15.0.0
$ make
$ sudo make install
Jansson
$ brew install libtool
$ git clone https://github.com/akheron/jansson.git
$ cd jansson
$ autoreconf -i
$ ./configure
$ make
$ make install
portaudio
$ git clone https://github.com/PortAudio/portaudio
$ cd portaudio
$ ./configure
$ make
$ make install
libsndfile
$ download from http://www.mega-nerd.com/libsndfile/#Download
$ cd libsndfile
$ ./configure
$ make
$ sudo make install
quiet-lwip
$ git clone https://github.com/quiet/quiet-lwip.git
$ cd quiet-lwip
$ mkdir build
$ cd build
$ cmake ..
$ copy headers from portaudio, quiet-portaudio, and quiet into include directory.
$ make
libcorrect
$ git clone https://github.com/quiet/libcorrect.git
$ cd libcorrect
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install
quiet
$ git clone https://github.com/quiet/quiet
$ cd quiet
$ ./bootstrap
$ cd build && make install
When I attempt to build the framework via:
xcodebuild -configuration Debug build
I am getting multple errors, including "libquiet requires libliquid but cannot find it". I've checked my path settings, and checked my included headers. If you could provide any insight I would greatly appreciate it. I've attached the full xcodebuild output for reference.
@brian-armstrong have you considered enabling sponsorship for this project? I would be interested in contributing financially, or in other ways to support it's development. Thank you for your hard work on this.
xcodebuild.txt
The text was updated successfully, but these errors were encountered: