Thread: Help Installing Library

  1. #1
    Registered User
    Join Date
    May 2010
    Posts
    13

    Help Installing Library

    hey guys can somebody help me installing this library:

    ImageMagick: Convert, Edit, and Compose Images
    in the menu (left) find "Magick++" and click on it.... can somebody please tell STEP by STEP (sorry im noob) how to install it? i tried serveral times...

    i use :
    CodeBlocks (compiler)
    and i have visualC++
    and on windows Vista

    NOTICE: the only reson i didnt post the link directly is because when you load it direct it doesnt find the server (weird...)

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Did you try reading any of the links yourself? Like this one?

    To be blunt, perhaps you should start smaller; you know, maybe start by learning the tools you're using? If you have the plans to a house, it does not mean you can build one without knowing how to use all the tools involved.

  3. #3
    Registered User
    Join Date
    May 2010
    Posts
    13
    of course i read them, but i just didnt understand how to do it.... (sorry for bad english)

  4. #4
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Quote Originally Posted by geniusisgenius View Post
    of course i read them, but i just didnt understand how to do it.... (sorry for bad english)
    The README.txt file gives you step-by-step instructions for compiling the library. Moreover, since you have VC++, you can just use the pre-made project files...
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  5. #5
    Registered User jeffcobb's Avatar
    Join Date
    Dec 2009
    Location
    Henderson, NV
    Posts
    875
    Not wanting to antagonize the OP but if this is an assignment it seems to be way beyond his skill level and the instructor should be shot. Not like I am condoning playground violence. If it is not an assignment, why on earth did he agree to something so far outside of his experience?
    C/C++ Environment: GNU CC/Emacs
    Make system: CMake
    Debuggers: Valgrind/GDB

  6. #6
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Dunno but this is like the third question about the so-called 'assignment' and theses posts are starting to irk me a bit. And since this has nothing to do with programming or C++ I'm moving it to the tech board.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C problem - Create a Personal Library
    By Harliqueen in forum C Programming
    Replies: 33
    Last Post: 04-20-2010, 11:27 PM
  2. how to create an Import Library in Vs2008
    By khumayun in forum C++ Programming
    Replies: 2
    Last Post: 03-19-2010, 10:49 AM
  3. Property Set Library (PSL) - Announcement
    By vultur_gryphus in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-29-2008, 06:04 AM
  4. Installing libcurl library
    By samus250 in forum C Programming
    Replies: 4
    Last Post: 04-01-2008, 07:28 PM
  5. Installing GNU C Library
    By prthealien in forum Linux Programming
    Replies: 2
    Last Post: 08-26-2006, 10:19 AM