S
sithlord48
Guest
Now that i have the package building correctly and NEED COPYRIGHT INFO. can i please get the license we will release under (currently assuming gplv3) . so that i can post the correct info as well as tag the files with the correct copyright info.
Next Step is for me to set up the repo structure in a manor that can be fetched daily without extra bloat of the install/reversing stuff.
how does this look to everyone for the repo structure???
/
--/TRUNK (the development happens here)
---/QGearsMain/
---/Plugins
---/SupportedGames (various info for supported games
---/output (will need to be sanitized for copyright stuff? mostly all is from the ogre format data.)
---/dependencies/
---/CMakeLists.txt
---/COPYING.txt (contains our copyright info for the project , basicly a copy of gpl v2 or gpl v3 what we decide apon)
---/debian (folder containing rules and stuff for making debian packages
---/q-gears.desktop (our shortcut for menus)
---/q-gears.png (icon that system will use for qgears)
--/OTHER STUFF (propose a name, maybe should be a few folders.)
---/ all the other folders like misc, media, revercing etc..
--/RELEASES (released code. )
---/0.21 (version 0.21)
---/0.50 (some later version, number is made up )
reason for this is so the development code can easily and without bloat be downloaded for building and daily testing.
now i will work on getting the install portion working as expected without issues on different systems.
Next Step is for me to set up the repo structure in a manor that can be fetched daily without extra bloat of the install/reversing stuff.
how does this look to everyone for the repo structure???
/
--/TRUNK (the development happens here)
---/QGearsMain/
---/Plugins
---/SupportedGames (various info for supported games
---/output (will need to be sanitized for copyright stuff? mostly all is from the ogre format data.)
---/dependencies/
---/CMakeLists.txt
---/COPYING.txt (contains our copyright info for the project , basicly a copy of gpl v2 or gpl v3 what we decide apon)
---/debian (folder containing rules and stuff for making debian packages
---/q-gears.desktop (our shortcut for menus)
---/q-gears.png (icon that system will use for qgears)
--/OTHER STUFF (propose a name, maybe should be a few folders.)
---/ all the other folders like misc, media, revercing etc..
--/RELEASES (released code. )
---/0.21 (version 0.21)
---/0.50 (some later version, number is made up )
reason for this is so the development code can easily and without bloat be downloaded for building and daily testing.
now i will work on getting the install portion working as expected without issues on different systems.
Last edited: