Jump to content

Installing software


cs.punk

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.