-
Notifications
You must be signed in to change notification settings - Fork 259
How to build it and use it? #41
Comments
The README contains some information about building. |
Don't know how it works. |
Are there specific questions you have? Why do you want to use it in the first place? |
Sorry. I didn’t say it clearly. I’m just learning MVVM, ReactiveCocoa and found this library and want to have a try. After downloading the git file and unzip it, I found ReactiveCocoa is missing. (Normally I’m using Podfile for ReactiveCocoa). I don’t know what to do next.
|
True, it does not include ReactiveCocoa in the repository itself. ReactiveCocoa is a dependency included as a submodule, so you'd need to clone the repository and clone the submodules recursively to get it. Or use Carthage or CocoaPods to pull in the dependencies for you. |
There's unfortunately no Podfile in the repository to be able to quickly install dependencies. |
Can you add document about how to build it and how to use it?
The text was updated successfully, but these errors were encountered: