From 90ae55fe2b69139a447c2e14ec06acc210f60e86 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Tue, 28 Dec 2021 16:14:24 -0400 Subject: [PATCH] Add basic readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f51bad6 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Overview +This is a collection of pre-built library dependencies for LÖVE on Apple platforms. + +# Building LÖVE for macOS +Get this repository as well as [love2d/love](https://github.com/love2d/love). + +Move, copy, or symlink the `love-apple-dependencies/macOS/Frameworks` folder into the `love/platform/xcode/macosx` folder (making sure that the `Frameworks` folder is visible inside the `macosx` folder). + +Open `love.xcodeproj` in `love/platform/xcode` and build the `love-macosx` target. + +# Building LÖVE for iOS +Get this repository as well as [love2d/love](https://github.com/love2d/love). + +Move, copy, or symlink the `love-apple-dependencies/iOS/include` and `love-apple-dependencies/iOS/libraries` folders into the `love/platform/xcode/ios` folder (making sure that the `include` and `libraries` folders are visible inside the `ios` folder). + +Open `love.xcodeproj` in `love/platform/xcode` and build the `love-ios` target.