Conversation
|
Hmm, it takes less than 30 seconds for my device to compile using these commands (not counting dependencies installation time): pkg upgrade
pkg install build-essential python-pip git
pip install meson
git clone https://github.com/SanderMertens/flecs.git
cd flecs
meson setup build
meson compile -C buildsince this is a development framework for C, it is likely that people who need it will already have Meson and Clang installed. Are you sure that it is necessary for it to be a Termux package? |
|
I can see that you are an intensive contributor to MSYS2, and that you maintain an MSYS2 package of this for a long time, however, reviewing the code of the MSYS2 package of I understand that it is a logical next step to add https://repology.org/project/flecs/versions Once it has packages in Desktop Linux distros, and not only in Windows, Mac and Conan, that will indicate that it has become more popular and would then be important to have in Termux. |
|
When I develop a project (C/C++), I use the build system (CMake). I like to use Termux to develop on Android device because I don't need manage dependencies himself. Termux has many useful libraries and frameworks. The |
I can be patient :-) if needed. And while we wait.. can you help me there? |
|
I noticed that there are no reverse dependencies of However, there is a policy in Termux that, mostly with just some exceptions, "standalone library packages are of interest mostly for developers and we will not package them unless required as dependency for another package. This is not a strong rule, but needed to ensure that repository is clean and provides content useful for average Termux user." https://github.com/termux/termux-packages/blob/master/CONTRIBUTING.md#packaging-policy this differs slightly from MSYS2 and other repositories, which will package libraries with no reverse dependencies with no special conditions required. I would be willing to give an exception to the "no standalone libraries" rule to For other examples, I would also be willing to grant an exception:
however, it does not seem to currently, so it needs to get into Termux on some other exception. |
I'm not very familiar with Vcpkg, and I always thought of it vaguely as only popular on Windows. however, I responded in the thread to the last comment there, does that help? |
No description provided.