These are the steps that i have followed inspired from this
link..http://lightningismyname.blogspot.com/p/compiling-gimp.html... and some
other links...

steps for compiling GEGL

1. Create the following directories

C:\gimp-win-beta
        C:\gimp-win-beta\build
        C:\gimp-win-beta\downloads
        C:\gimp-win-beta\perl
    
2. Install MinGW @ C:\gimp-win-beta\build

3. Install MinGW packages @ C:\gimp-win-beta\build

4. give PATH variable C:\gimp-win-beta\build\bin

5. Install MSYS, MSYS Development Kit, MSYS core

6. give HOME variable C:\gimp-win-beta\build\msys\1.0\home

7. Unzip Gtk+ bundle @ C:\gimp-win-beta\build\msys\1.0 (for updated pkg-config)

8. configure && make && make install babl
        copy babl.pc and babl.pc.in @ \lib\pkg-config after ./configure

9. configure && make && make install gegl
        copy gegl.pc and gegl.pc.in @ \lib\pkg-config after ./configure




_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer

Reply via email to