You probably can but it doesn't come free out of the box like every other build system I have tried on Linux. I have gotten around the problem before (when I packaged libFuji) but it was a lot more work than using CMake.
On Tue, Jan 3, 2012 at 6:12 PM, Manu <[email protected]> wrote: > Premake just runs a lua script. You can theoretically create any > installation script you like... although you would need to: premake > install, rather than: make install > > > On 3 January 2012 09:21, Gour <[email protected]> wrote: > >> On Tue, 3 Jan 2012 14:37:36 +1000 >> Danni Coy <[email protected]> wrote: >> >> > Premake has good support for cross compilation - Which makes it >> > possible to use it to build executables for game consoles for >> > instance. CMake can't really do this (with some ugly hacks you can >> >> > On the other hand Premake doesn't handle installation on >> > a Linux/BSD system really at all - It's hard to reccomend it for >> > doing normal desktop application development on these platforms. >> >> What do you mean? >> >> Premake is meta tool and the build is delegated to other native tools, >> afaict, or do you miss 'make install' target? >> >> >> Sincerely, >> Gour >> >> -- >> Those who are on this path are resolute in purpose, >> and their aim is one. O beloved child of the Kurus, >> the intelligence of those who are irresolute is many-branched. >> >> http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810 >> > >
