Comments on contributing (1.0.0beta16)
Posted: Fri Dec 17, 2010 4:54 pm
- The CONTRIBUTING file says you should hand over copyright (not OK with me, but it's your call; GPL should be more than enough to protect the game even if the rights are distributed). But there is no explanation on how to do this legally.
- There is no contact information. If I have a patch(let), where do I send it?
- It would be nice to have access to a public repository. http://www.git-scm.com would be optimal...
OK, now to the meat: On Linux (with new binutils/linker) libraries just referenced in others aren't pulled in automatically anymore. One needs to add "-lm -lpthread" to LIBS
- There is no contact information. If I have a patch(let), where do I send it?
- It would be nice to have access to a public repository. http://www.git-scm.com would be optimal...
OK, now to the meat: On Linux (with new binutils/linker) libraries just referenced in others aren't pulled in automatically anymore. One needs to add "-lm -lpthread" to LIBS