Open burczyk opened 11 years ago
fmemopen is added as a submodule, you need to do
git submodule update --init --recursive
Thanks, you can write about it in README :)
Where should I run git submodule update --init --recursive? I run in the branch root folder. Nothing happened.
Same here, had to add https://github.com/NimbusKit/memorymapping manually as a Submodule and import the src files to my project. Now it works.
Hi,
I used your parser in my project, but I had to manually add fmemopen from you other repo which is not very convenient :) Did you think about pushing your project to cocoapods? You can declare all dependencies and allow other users to integrate your parser in just one line. It would be very cool :)
Anyway, great stuff! Kamil Burczyk