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

Build libfrg? #19

Closed
zvezdochiot opened this issue Sep 18, 2019 · 3 comments · Fixed by #20
Closed

Build libfrg? #19

zvezdochiot opened this issue Sep 18, 2019 · 3 comments · Fixed by #20

Comments

@zvezdochiot
Copy link

How to is the library build?

@sisong
Copy link
Owner

sisong commented Sep 18, 2019

add source code to your project.
writer is cerate .frg file; reader is decode it.

@zvezdochiot
Copy link
Author

zvezdochiot commented Sep 18, 2019

@sisong say> add source code to your project.

???

And if for Linux? Anything like Makefile?

For reader:

$ gcc -Wall -std=c99 -shared reader/*.c -o libfgr.so

or

$ g++ -Wall -shared reader/*.c -o libfgr.so

For writer did not understand.

zvezdochiot added a commit to Special-graphic-formats/libfrg that referenced this issue Sep 19, 2019
@zvezdochiot
Copy link
Author

Fixed.

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

Successfully merging a pull request may close this issue.

2 participants