Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

ImageMagick - JMacick

  • 08-01-2003 6:54pm
    #1
    Registered Users Posts: 183 ✭✭


    Has anyone successfully installed Jmagick?

    I'm trying to install Jmagick on a windows98 system.

    The version i downloaded tells you to type ./configure into the command line. But when i do this it doesn't understand the command: Bad command or file name

    Is this only for a unix system or do i need to download something elce that will understand the ./configure command?

    Is there any different versions of Jmagick i can download that would make this easier?


Comments

  • Closed Accounts Posts: 304 ✭✭Zaltais


    ./configure is usually a LINUX / UNIX command, and a quick look at the JMagick page says he's looking for help with a Windows port...

    So you may not be able to use it on windows

    But I've been using PerlMagick a fair bit lately, and it rocks, so maybe you sould convert to linux :D


  • Closed Accounts Posts: 5,564 ✭✭✭Typedef


    If you have the pertinent libraries installed on a winders machine you 'might' get ImagMagick compiled.

    I'd reckon Dev-C++ might have lots of the libraries you need to compile this proggie.

    configure is just a script afaik, so umm, really try renaming it to configure.bat... then try configure.bat... and making sure that the Dev-C++\bin directory in in your path and make sure that you specify the Dev-C++\lib path or path(s) if you have MSVC++ present on your system and would like to compile against libs there.


Advertisement