fata0000 / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

CMake-based build script for easier use, easy install #360

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've made improvements to the 2.0 branch so that CMake is used to perform the 
transformations and copying of files to a build and staging directory. Since 
CMake generates makefiles (or other project systems), it uses dependencies to 
only do the required operations, not all of them from scratch.

https://github.com/rpavlik/evolus-pencil

With this, the cmake build dir will have an "xpi" target (built by default) 
that builds an XPI, a "ffinstall" target that depends on "xpi" and runs firefox 
on the generated xpi to install it. I've also started a "linux" target to 
produce an xulrunner-suitable distribution.

Original issue reported on code.google.com by ryan.pav...@gmail.com on 3 Nov 2011 at 7:59