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

monkey c api #316

Open
wbtlb opened this issue Aug 2, 2020 · 0 comments
Open

monkey c api #316

wbtlb opened this issue Aug 2, 2020 · 0 comments

Comments

@wbtlb
Copy link

wbtlb commented Aug 2, 2020

Hi, could you please provide more example to show me how can I use monkey C api. I try to compile hello.c, I get an error:

Building the examples. 

The build expects the library to be installed,
to work as closely as possible like an external app.

Package monkey was not found in the pkg-config search path.
Perhaps you should add the directory containing `monkey.pc'
to the PKG_CONFIG_PATH environment variable
No package 'monkey' found
cc -Wall -c -o hello.o hello.c
hello.c:20:23: fatal error: libmonkey.h: No such file or directory
#include <libmonkey.h>
^
compilation terminated.
make: *** [hello.o] Error 1

I can't find libmonkey.h any where. Please help me.

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

1 participant