Difference between revisions of "Talk:Compiling Inkscape"
m (moved Talk:CompilingInkscape to Talk:Compiling Inkscape: kill wikiwords) |
Shivaenigma (talk | contribs) |
||
Line 8: | Line 8: | ||
Amanda | Amanda | ||
There is a CMakelists.txt in the main trunk code I checked out. I tried compiling using cmake (This is the natural reaction seeing a CMakelist.txt file) but later I found out that cmake is not supported https://bugs.launchpad.net/inkscape/+bug/390419. I suggest removing the file or adding a line in the compilation wiki section / CMakelists.txt file saying its just experiment code and doesnt work. |
Revision as of 11:28, 21 March 2011
Hi, I have a question. Is anyone aware of any known problems that result when trying to compile the required libraries while using Cygwin on Vista? I am specifically having problems with glib (required to compile gtkmm.)
Thanks, Amanda
Addendum to the above: I have now decided to just compile on Windows. I would like to recommend not to use Cygwin for this project unless you are very comfortable with it, due to the large number of dependent libraries.
Amanda
There is a CMakelists.txt in the main trunk code I checked out. I tried compiling using cmake (This is the natural reaction seeing a CMakelist.txt file) but later I found out that cmake is not supported https://bugs.launchpad.net/inkscape/+bug/390419. I suggest removing the file or adding a line in the compilation wiki section / CMakelists.txt file saying its just experiment code and doesnt work.