Jump to content

Recommended Posts

Hello there!

 

I've always found myself being pointed to something like https://bitbucket.org/hhatto/pgmagick/src in regards with some form of libraries or such.

This being in particular GraphicsMagick for python

 

But what is it showing? Is it source files needing to be compiled? How do I compile it? Is this linux only?

Link to comment
https://forums.phpfreaks.com/topic/250700-installing-software/
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.

Link to comment
https://forums.phpfreaks.com/topic/250700-installing-software/#findComment-1286308
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
https://forums.phpfreaks.com/topic/250700-installing-software/#findComment-1286372
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
https://forums.phpfreaks.com/topic/250700-installing-software/#findComment-1286389
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
https://forums.phpfreaks.com/topic/250700-installing-software/#findComment-1286416
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.