Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Liberated Pixel Cup

Packaging/Binaries Help

makrohn
Monday, August 6, 2012 - 07:20
makrohn's picture

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.

https://github.com/pennomi/polymorphable/tree/LPC

  • Log in or register to post comments
CruzR
joined 14 years 3 months ago
Monday, August 6, 2012 - 10:16
CruzR's picture

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

  • Log in or register to post comments
makrohn
joined 13 years 3 weeks ago
Monday, August 6, 2012 - 10:24
makrohn's picture

ooo, classy.  So I could do something like cpack -G debian --cpack-debian-package-architechture i386 etc etc?

  • Log in or register to post comments