Results 1 to 4 of 4

Thread: How Do I Install MythTV frontend version 0.26?

  1. #1
    Join Date
    Mar 2006
    Location
    GA USA
    Beans
    890
    Distro
    Ubuntu Studio 22.04 Jammy Jellyfish

    How Do I Install MythTV frontend version 0.26?

    Hi Community:

    How do I install MythTV frontend, version 0.26?

    Thanks,
    Old Jimma


  2. #2
    Join Date
    Feb 2013
    Beans
    9

    Re: How Do I Instally MythTV frontend version 0.26?

    Run the following commands in the terminal:
    Code:
    wget http://www.mythtv.org/download/mythtv/0.26.0
    tar jxvf mythtv-0.26.0.tar.bz2
    cd mythtv-0.26.0
    ./configure
    make
    make install

  3. #3
    Join Date
    Mar 2006
    Location
    GA USA
    Beans
    890
    Distro
    Ubuntu Studio 22.04 Jammy Jellyfish

    Re: How Do I Instally MythTV frontend version 0.26?

    Thanks for your reply X64Archtecture:

    When I did the

    ./configure
    I got the following (error?) message:

    g++ is unable to create an executable file.
    Check your ECXXFLAGS: [ ]
    If g++ is a cross-compiler, use the --enable-cross-compile option.
    Only do this if you know what cross compiling means.
    C++ compiler test failed.

    If you think configure made a mistake, make sure that you are using the latest
    version of MythTV from git. If the latest version fails, report the problem to the
    mythtv-dev@mythtv.org mailing list or IRC #mythtv on irc.freenode.net
    Include the log file "config.ep" produced by configure as this will help
    solving the problem.
    I don't know what cross compiling means, so... what do I do now?

    Thanks,
    Old Jimma

  4. #4
    Join Date
    Mar 2006
    Location
    GA USA
    Beans
    890
    Distro
    Ubuntu Studio 22.04 Jammy Jellyfish

    Re: How Do I Install MythTV frontend version 0.26?


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
  •