Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmemopen is missing #5

Open
burczyk opened this issue May 7, 2013 · 4 comments
Open

fmemopen is missing #5

burczyk opened this issue May 7, 2013 · 4 comments

Comments

@burczyk
Copy link

burczyk commented May 7, 2013

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

@myell0w
Copy link
Contributor

myell0w commented May 7, 2013

fmemopen is added as a submodule, you need to do

git submodule update --init --recursive

@burczyk
Copy link
Author

burczyk commented May 7, 2013

Thanks, you can write about it in README :)

@zhouhao27
Copy link

Where should I run git submodule update --init --recursive? I run in the branch root folder. Nothing happened.

@Jeehut
Copy link

Jeehut commented May 28, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants