Jump to content

Installing software


cs.punk

Recommended Posts

The link given is pointing to bitbucket a mercurial-based code hosting provider, similar to github.  Mercurial is a revision control system (or software code management) tool, similar to git.  If no package such as an archive is provided you'll need the appropriate revision control software to copy/clone/export a local copy of the code. As with most software, reading the README file or related documentation will lead you as to how to install it.

Link to comment
Share on other sites

The link given is pointing to bitbucket a mercurial-based code hosting provider, similar to github.  Mercurial is a revision control system (or software code management) tool, similar to git.  If no package such as an archive is provided you'll need the appropriate revision control software to copy/clone/export a local copy of the code. As with most software, reading the README file or related documentation will lead you as to how to install it.

 

Is 'cloning' the same as 'getting a local copy'? It seems I need either Git or Mercurial right? :D

How does this relate to 'package managers' that sort out dependencies on linux/unix systems?

Link to comment
Share on other sites

Woot I've got GIT running and reading tutorials..

 

Anyway, I noticed the line "Clone this repository: hg clone https://bitbucket.org/hhatto/pgmagick".

It appears hg is a command from the Mercurial repository system.

 

However off wikipedia's page on bitbucket: Bitbucket is a web-based hosting service for projects that use either the Mercurial or Git revision control systems.

 

Does this mean I need Mercurial is being used as the project's repository system, in which case I need Mercurial?

Link to comment
Share on other sites

To run hg you need to install mercurial. You should be able to download any of these projects a simple zip or tar file as well though. Generally, you would only clone a repo if you plan on actually contributing to the project.

Link to comment
Share on other sites

To run hg you need to install mercurial. You should be able to download any of these projects a simple zip or tar file as well though. Generally, you would only clone a repo if you plan on actually contributing to the project.

 

Is cloning the same as 'getting a local copy'? In which case should I rather be looking for a zip/tar file? Could you point me in the right direction?

 

Link to comment
Share on other sites

cloning creates a local repository which you may or may not need.

 

One reason you might want to go with cloning (besides wanting to contribute) is it makes it easy to update to the latest version. You simply execute 'git pull' in the case of git.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.