-
Notifications
You must be signed in to change notification settings - Fork 219
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
Make Packages for Common Distributions #81
Comments
.deb would be really awesome, as compiling does not create a "install" file for me |
Heck, why not the Open Build Service then instead of vendor/distro-specific packages? It makes programs easily portable on a number of distros and a friend of mine knows a hack to make it build on Windows via RPM, though Windows is planned to be supported. It will provide binary downloads so you don't have to! |
because porting stuff like rpm to windows is a bad idea? |
try it out, and patch it up for .dep / .rpm |
I can test deb file on Ubuntu. |
There are few open source multiplayer games with a big player base. We could make OpenSpades a big thing in the open source world, but only if we can get packages in the distribution repositories (and a PPA on launchpad for Ubuntu).
This is old, but demonstrates that launchpad (for ubuntu) can mirror a git repo elsewhere:
http://askubuntu.com/questions/13613/git-on-launchpad
Building packages with CMake:
http://www.cmake.org/Wiki/CMake:CPackPackageGenerators#DEB_.28UNIX_only.29
http://www.cmake.org/Wiki/CMake:CPackPackageGenerators#RPM_.28Unix_Only.29
The text was updated successfully, but these errors were encountered: