Results 1 to 8 of 8

Thread: HOWTO: Install latest aMule

  1. #1
    Join Date
    Dec 2004
    Location
    Finland
    Beans
    398

    HOWTO: Install latest aMule

    I wrote this before noticing in another thread that the aMule in Hoary repositories is newer than its version number. However, some people might still want the very latest version.

    aMule is approaching a stable 2.0 final. The devs are mostly fixing bugs, so cvs is probably more stable than the latest release. With the wx in Hoary, aMule is Gtk2. Unicode works (finally) in aMule. Here's how to get the latest aMule:

    1. Install some wx widgets packages, if you don't already have them. Probably the following:
    Code:
    sudo apt-get install libwxgtk2.5-dev libwxgtk2.5.3 wx2.5-headers
    2. Fix your wx installation by adding the missing 'archive.h' file. See aMule thread.
    Code:
    cd /usr/include/wx-2.5/wx/
    sudo wget -O archive.h 'http://cvs.wxwidgets.org/viewcvs.cgi/*checkout*/wxWidgets/include/wx/archive.h?rev=1.1&only_with_tag=DEBIAN_2_5_3_2'
    3. Get the latest aMule cvs tarball from http://www.hirnriss.net/?area=cvs. Install using the traditional
    Code:
    ./configure
    make
    sudo make install
    or check additional options with
    Code:
    ./configure --help

  2. #2
    Join Date
    Oct 2004
    Location
    Israel
    Beans
    22

    Re: HOWTO: Install latest aMule

    Code:
    michael@ubuntu:~/Downloads/amule-cvs$ make
    make: *** No targets specified and no makefile found.  Stop.
    What do I do?

  3. #3
    Join Date
    Oct 2004
    Location
    /home/jeremy
    Beans
    723
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: HOWTO: Install latest aMule

    You could try downloading the .deb near the bottom of http://www.amule.org/files/files.php?cat=15
    then do;
    $sudo dpkg -i [path_to_.deb]

  4. #4
    Join Date
    Dec 2004
    Location
    Finland
    Beans
    398

    Re: HOWTO: Install latest aMule

    Quote Originally Posted by Michael
    Code:
    michael@ubuntu:~/Downloads/amule-cvs$ make
    make: *** No targets specified and no makefile found.  Stop.
    What do I do?
    You probably got some error with the './configure'. Post some of the last lines of the output (ones containing the text 'error').

  5. #5
    Join Date
    Nov 2006
    Beans
    26

    Re: HOWTO: Install latest aMule

    I just used the add and remove software in Ubuntu to install amule. Worked perfectly and no problems at all.

    Why can't everyone else do the same?

  6. #6
    Join Date
    Feb 2006
    Beans
    66
    Distro
    Hardy Heron (Ubuntu Development)

    Re: HOWTO: Install latest aMule

    It's generally a good idea to look at the date on a post.

    While installing amule might be relatively simple now, it may not have been so back in March of 2005.

  7. #7
    Join Date
    Nov 2006
    Beans
    26

    Re: HOWTO: Install latest aMule

    lol you can tell I am new here.

    Sorry about that.

    Yeah I tried to install it myself last year on two Linux distros and I failed. Actually tried on Ubuntu the other day and I wasn't sure how to.

    Thanks to this new distro release there is a load of useful basic / essential software.

    Ubuntu is the best

  8. #8
    Join Date
    Jan 2007
    Beans
    25

    Re: HOWTO: Install latest aMule

    Hi,

    After ./configure I get an error:

    "checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables"

    What should I do about it ?

    Thanks,

    Adrian

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
  •