Skip to content

Instantly share code, notes, and snippets.

@a-sajjad72
Last active June 6, 2023 18:37
Show Gist options
  • Save a-sajjad72/620a4daf17f6b194a40be4ffbb8533a1 to your computer and use it in GitHub Desktop.
Save a-sajjad72/620a4daf17f6b194a40be4ffbb8533a1 to your computer and use it in GitHub Desktop.
here are the commands that you can use to build the dlib library for iOS
https://medium.com/@prabhu_irl/getting-started-with-dlib-on-ios-5e66d77380d
brew install --cask xquartz
brew install cmake
brew install ffmpeg
brew install opencv
brew install openblas
git clone https://github.com/davisking/dlib.git
cd dlib/examples && mkdir build && cd build
cmake -G Xcode ..
cmake --build . --config Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment