Results 1 to 4 of 4

Thread: How do I install something via a git page?

  1. #1
    Join Date
    Dec 2007
    Beans
    291
    Distro
    Ubuntu 10.04 Lucid Lynx

    How do I install something via a git page?

    I'm hazy on this issue. I have no problem with apt-get or building from source, but I don't quite get GIT.
    technical and fundamental hacker


    My Security Blog

  2. #2
    Join Date
    Apr 2010
    Beans
    498
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How do I install something via a git page?

    GIT is a versioning system. So, files located on a GIT repository usually are the source code for an application under development, and if you want to download it and install it, you'll have to follow the specified steps for building that application.
    Bad command. Bad, bad command! Sit! Stay! Staaaaay!!!.

  3. #3
    Join Date
    Apr 2010
    Beans
    498
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How do I install something via a git page?

    Look for some readme or a file alike at the top of the repository. Tipically developers provide a how-to for manually building, configuring and installing an application.
    Bad command. Bad, bad command! Sit! Stay! Staaaaay!!!.

  4. #4
    Join Date
    Dec 2006
    Beans
    7,349

    Re: How do I install something via a git page?

    Quote Originally Posted by B34ST1Y View Post
    I'm hazy on this issue. I have no problem with apt-get or building from source, but I don't quite get GIT.
    Can you give an example of software that you wish to build from git? Usually this will involve using the git clone command to create a local copy and then compiling and installing from there.
    You think that's air you're breathing now?

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
  •