lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
55 stars 33 forks source link

CPack #44

Open lawrancej opened 12 years ago

lawrancej commented 12 years ago

It'd be nice to enhance the build script CMakeLists.txt so that it generates installable packages (e.g., .deb, .rpm, .msi, .dmg) using CPack (part of CMake). Note that CMake does not yet target .msi, but some folks have sent in patches for msi support. In any event, writing .msi packages would require use of WiX.

mrpenguin7 commented 12 years ago

I'll try this one.

lawrancej commented 12 years ago

Any news on this? MSI would be nice to have, but even CMake's built in support for NSIS installers would be sufficient. WiX support may be down the line.

mrpenguin7 commented 12 years ago

I haven't looked at it much this last week. I'm going to look into just getting the NSIS to work as you mentioned. I've worked with NSIS before so it should be a bit easier to figure out.