Results 1 to 8 of 8

Thread: how to install a source file?

Hybrid View

  1. #1
    Join Date
    Aug 2013
    Beans
    3

    how to install a source file?

    I currently have Xubuntu 12.10 installed.
    I have my source file downloaded. The file name is "higan_v093-source.tar.xz"
    after opening terminal and locating the file with cd Downloads/ ls

    I was wondering if anyone could show me how to install this file.
    "higan v093 (GPLv3 source)"

    thanks
    Last edited by tjb2; August 26th, 2013 at 06:35 PM.

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: how to install a source file?

    You cannot install a source file. You must compile an executable binary from the source code first. Read this guide for more details.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  3. #3
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: how to install a source file?

    Not often that I actually need to do it - and I always forget ...

    https://help.ubuntu.com/community/CompilingEasyHowTo

    This usually gets me through it.

  4. #4
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,822
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: how to install a source file?

    I don't know how it is for others, but I get http error 403 (forbidden) when I try to download that file, so I can't give specific instructions. Judging from the extension it must be an archive. Unpack it and with some luck you'll find a file called README or INSTALL. It may give you some instructions.

  5. #5
    Join Date
    Aug 2013
    Beans
    3

    Re: how to install a source file?

    thanks guys, i'll check those links and see what i can do to get this thing running.. i'll update if it works or not.

  6. #6
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: how to install a source file?

    That is not an easy question to answer unless someone who just happened to install that exact file on a system simalar to yours decides to help out. Also the link you provided does not appear to work for me "Error 403 - Forbidden"...

    Generally you would need to first extract the contents of the tar file into a folder. If you are lucky there will be a README with instructions on how to install from there. Otherwise you will have to do your research to figure out what you need to do. Sometimes it is as simple as running...

    Code:
    ./configure
    make 
    sudo make install
    in teminal from the directory that you extracted the files into. But I wouldn't count on it being that easy.
    Who's Awesome? You're Awesome.

  7. #7
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: how to install a source file?

    I've managed to grab it from http://byuu.org/higan/release/

  8. #8
    Join Date
    Aug 2013
    Beans
    3

    Re: how to install a source file?

    I went through most of the notions..im gonna try again tomorrow. thanks for the help guys. this was helpful.

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
  •