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

Add required dependencies to README #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

eznix86
Copy link

@eznix86 eznix86 commented Jan 1, 2024

fixes #22

3 required dependencies are missing to be able to install the project properly.

As for Mac OS (In my case Sonoma), I have to write byteswap.h to /usr/local/include/

#if defined(__APPLE__)
// Mac OS X / Darwin features
#include <libkern/OSByteOrder.h>
#define bswap_16(x) OSSwapInt16(x)
#define bswap_32(x) OSSwapInt32(x)
#define bswap_64(x) OSSwapInt64(x)
#endif

edit: 2 required dependencies are needed to be able to install the project properly.

README.md Outdated Show resolved Hide resolved
@eznix86
Copy link
Author

eznix86 commented Jan 2, 2024

@jb55 curl removed

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 this pull request may close these issues.

2 participants