Git Product home page Git Product logo

colorize-gimp's People

Contributors

weibel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

colorize-gimp's Issues

Add More Detail On How To Build

Not everyone is familiar with building C from source.
You should update the readme on how to do it.

On Linux you need to install the gtk libraries first:
sudo aptitude install libgtk2.0-dev

Note that apt-get wont work as well as it wont resolve the dependencies issues properly.

Also libsuitesparse-dev is required for compiling
sudo aptitude install libsuitesparse-dev

You also need the gimp development package
sudo aptitude install libgimp2.0-dev

Windows users will probably need something like CodeBlocks with the MingGW compiler
http://www.codeblocks.org/downloads/binaries

Then get the GTK dependencies from somewhere.

This translated page has a bit of help
http://translate.google.com/translate?hl=en&sl=de&u=http://www.pronix.de/pronix-1212.html&prev=/search%3Fq%3Dbuild%2Ba%2BGIMP%2Bplug-in%2Bon%2Bwindows%2Bcodeblocks%26hl%3Den%26tbo%3Dd%26biw%3D1278%26bih%3D518&sa=X&ei=9WWhUKWtLOrQyAG8jIGIBQ&ved=0CDsQ7gEwAQ

The Makefile wont work on Windows either as it has unix paths in it.

about -lf77blas in MAKEFILE

Hi, I just find I can't compile colorize-gimp on my machine for it cannot locate f77blas

/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lf77blas
collect2: ld returned 1 exit status
make: *** [colorize] Error 1

So after search the Internet, I modified the 'lf77blas' in makefile to 'lblas' and It works! Fantastic plug-in!

Maybe you can detect the library in the makefile? I'm not familiar with makefile, just to address the problem here to who have the same problem

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.