-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Basic template. #6
Conversation
The purpose of providing this template is only to standardize the development process and provide assistance to some extent. I've verified on Linux that it's available. When install:
|
@hsluoyz What do you think of it? |
I prefer makefile & Visual Studio project files instead of meson or CMake. And it's too early to setup GitHub workflow. |
I must admit that your choice is reasonable, but I think a unified build system can help project maintainers focus, and workflows can help you identify problems early. Of course, everything is up to you. |
See my comment here: #7 |
Also, I noticed that @xcaptain has shown a preference for cross-platform build tools in other people's pr. |
Please give me a pointer? |
Got it.
|
@xcaptain are you willing to be the GSoC mentor for this idea (project) if we have slot? PS: I'm asking this because the mentor is responsible for this project and he has the rights to make rules about how to contribute. |
@hsluoyz I'm interested in this project and would like to contribute but I think I'm not capable enough as the mentor. Currently, I found a lot of people trying to contribute including @romitkarmakar @divypatel9881 @PsiACE how about we work separately for some time and choose the first and best implementation as the official C++ version. |
Glad to participate, the only regret is that I lack a Windows environment. (Of course, this is why I usually prefer cross-platform tools and early continuous integration) |
Ok, Iet me try. But maybe later. |
This PR provides a basic project skeleton with the following features:
libfuse
andlibinput
git tag v0.1.0
etc.This skeleton is based on psiace/meco template and has been adapted. The usage method has been put in the readme file, have a good time.