Search found 1 match
- Mon Oct 17, 2016 6:21 pm
- Forum: General Discussion
- Topic: How to build my own Debian Package for OpenRA?
- Replies: 3
- Views: 3562
How to build my own Debian Package for OpenRA?
How does one build a Debian package for OpenRA from its source code? I know that Debian package releases are available from https://github.com/OpenRA/OpenRA/releases, but I want to build my own Debian package, how do I do this? I have tried running: make dependencies && make core && make tools to co...