We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
首先,找到适合您需求的适当许可证。
也许你可以从这个开始: http://en.wikipedia.org/wiki/Software_license 和然后深入研究不同的开源许可证:有很多。
http://www.github.com 是托管开源项目的一个很好的挑战者。如果您需要学习 Git,这会很有帮助。
您将成为该项目的所有者,您将能够接受或拒绝贡献。稍后,您将能够向可信赖的伙伴授予更多权限,帮助您构建软件(因为当成功率上升时,您将无法处理所有提交)。
我建议你创建一个空项目并单独练习。
当您对界面、要做的操作等感到足够舒服时,您可以删除它......
不要直接开始您的最终项目。
你会犯错误,最好在虚拟项目中犯这些错误。
祝你好运 :)
First of all, find a proper license that suits for your needs.
Maybe you can begin with this : http://en.wikipedia.org/wiki/Software_license and then dig into the different Opensource licenses : there are a lot.
http://www.github.com is a good challenger to host opensource projects. The help is great if you need to learn Git.
You will be the owner of the project and you will be able to accept or refuse contributions. Later, you will be able to give more rights to trusted buddies that will help you building the software (because when success rise, you won't be able to handle all the submissions).
I suggest you create an empty project and pratice on it, alone.
You can delete it when you feel enough comfortable with the interface, actions to do, etc...
Do not start directly with your final project.
You will make mistakes, better to do them on a dummy project.
Good luck :)