mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-12 13:54:31 +00:00
[FEATURE] Add Windows builds back #159
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Panquesito7 on GitHub (Jun 11, 2023).
Originally assigned to: @Panquesito7, @realstealthninja on GitHub.
Detailed description
Many people still develop and test algorithms on Windows, not only in Linux or MacOS.
However, this repository only has Linux and MacOS support, which if not well-tested on Windows, the code may have errors.
I suggest adding back the Windows builds. There are a few errors, but those can be fixed.
Context
Possible implementation
Add Windows builds back.
Additional information
I'd like to work on this, if agreed to add them back.
@github-actions[bot] commented on GitHub (Jul 12, 2023):
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@github-actions[bot] commented on GitHub (Jul 19, 2023):
Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!
@Panquesito7 commented on GitHub (Jul 27, 2023):
Looks like Scilab has the
forkfunction implemented in Windows. https://github.com/scilab/scilab/tree/master/scilab/modules/parallel/src/cWhat do you folks think? Should we give it a try?
@realstealthninja commented on GitHub (Jul 27, 2023):
I think it's worth the shot if it works then we're good to go!
@ldo commented on GitHub (Aug 11, 2023):
You could just support building the code under Cygwin. That would give you a more Unix/Linux-like environment than native Windows can manage on its own.