You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please add compiled .apk and .exe in releases?
It can be pretty difficult to compile binaries for someone that doesn't know how to use cmake and android studio.
The text was updated successfully, but these errors were encountered:
I'm stuck at compile the c project.
How to add library to the project? It's complain missing header file but even add conan to project it couldn't find the portaudio library.
P/S: I'm complete new to this kind of c project. Only know makefile or ninja build but mostly copy paste command for build.
I'm not sure if I want to release binaries for this solution since it's kinda janky to begin with. The C++ project can be built by installing these libraries with vcpkg and opening the folder in Visual Studio.
The APK can be built with Android Studio. You might need to install some extra components like CMake/NDK support in the SDK manager.
Can you please add compiled .apk and .exe in releases?
It can be pretty difficult to compile binaries for someone that doesn't know how to use cmake and android studio.
The text was updated successfully, but these errors were encountered: