We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do you build from C code on MacOS?
The text was updated successfully, but these errors were encountered:
$ make x86_64-w64-mingw32-gcc -s -Wall -I ./include -mwindows -DWIN_MAIN ./src/aes.c ./src/crypto.c ./src/decode.c ./src/encode.c ./src/main.c ./src/sha256.c ./posix_src/http.c -lws2_32 -o ./tc2_client.exe make: x86_64-w64-mingw32-gcc: No such file or directory make: *** [win] Error 1
Sorry, something went wrong.
$ make posix gcc -s -Wall -I ./include ./src/aes.c ./src/crypto.c ./src/decode.c ./src/encode.c ./src/main.c ./src/sha256.c ./posix_src/http.c -o ./tc2_client.out ld: warning: option -s is obsolete and being ignored
No branches or pull requests
How do you build from C code on MacOS?
The text was updated successfully, but these errors were encountered: