Results 1 to 4 of 4

Thread: HOWTO: Install Mathmap Gimp plugin

  1. #1
    Join Date
    Mar 2007
    Location
    Portugal
    Beans
    5
    Distro
    Ubuntu 7.04 Feisty Fawn

    HOWTO: Install Mathmap Gimp plugin

    This mini HOWTO explains how to compile and install the Mathmap (1.0.1) Gimp Plugin.

    (Tested in Ubuntu 7.04 Feisty 32 bits with Gimp 2.2 and 2.3)

    Important: This is an easy to follow tutorial, but PROCEED AT YOUR OWN RISK

    Pre-Requisites:

    • Gimp

      If you don't already have it, install it:

      Code:
      sudo apt-get install gimp
    • Other packages (Needed!)

      Code:
      sudo apt-get install flex bison gsl-bin libgsl0-dev libgimp2.0-dev


    Get/Unpack Mathmap plugin:

    • Get the plugin
      Code:
      wget http://www.complang.tuwien.ac.at/schani/mathmap/mathmap-1.0.1.tar.gz


    • Unpack the plugin
      Code:
      tar xvfz mathmap-1.0.1.tar.gz


    Compile/Install Mathmap plugin:

    Get into the unpacked directory and "do the magic":
    Code:
    cd mathmap-1.0.1
    make
    make install
    Where is the plugin?

    (If you followed correctly all the previous steps) in Gimp, at the image window there is a new menu [Filters]>[Generic]>[Mathmap]

    Troubleshooting

    If you just installed Gimp, make sure you run it once, so it creates the ~/.gimp-2.2/ directory.

    Make sure you have installed all the "pre-requesites"

    Further Reading (Links)


  2. #2
    Join Date
    Jun 2005
    Beans
    117

    Re: HOWTO: Install Mathmap Gimp plugin

    Looks like a cool plugin Geat instructions, I installed it and it works...
    Last edited by edmondt; May 9th, 2007 at 05:26 PM.

  3. #3
    Join Date
    Apr 2008
    Beans
    37

    Re: HOWTO: Install Mathmap Gimp plugin

    hello there. could you please help me? i successfully installed mathmap on my ubuntu using your tutorial. the thing is, its not working well on my hardy heron. when i choose the warp option, nothing changed in my picture. and it seems that under the picture there is a message "cannot read template file new_template.c"



    do you know what happens? thanks a lot.

  4. #4
    Join Date
    Oct 2011
    Beans
    3

    Re: HOWTO: Install Mathmap Gimp plugin

    Did fine until you directed to get into the unpacked directory. Not sure what this means. Could you assist? Thx

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •