$12256 / $11500
So I have an idea how to compile for Ubuntu, but when I start looking at Xcode or Ubuntu packaging tutorials, I start spacing out.
I branched out our LPC entry, and I would love to know if anyone has a simple solution, or would even like to go so far as to package it for us for OSX, Windows, or Ubuntu, or has handy guides to this process that won't make my head spin. I saw a few xcodeproj folders kicking around in other people's entries, so I'm guessing there's some OSX experience floating around out there.
If I remember correctly, CMake can build .deb and .rpm packages and a NSIS Windows installer -- although this feature didn't work that good the last time i've tried and the packages might need some manual corrections.
http://cmake.org/cmake/help/v2.8.8/cpack.html
ooo, classy. So I could do something like cpack -G debian --cpack-debian-package-architechture i386 etc etc?