add dependencies list to README or INSTALL-FROM-SOURCES file (Support #37)


Added by Pieter Van den Hombergh about 13 years ago. Updated almost 13 years ago.


Status:Closed Start date:04/01/2012
Priority:Normal Due date:
Assignee:- % Done:

100%

Category:-
Target version:-

Description

It would by nice to have the list of packages that AMC depends on.
It would help to get started building from e.g. the repository.

What I found up to now is: (ubuntu 11.10)

  • sudo apt-get install libnetpbm10-dev
  • sudo apt-get install libcv-dev
  • sudo apt-get install libhighgui-dev
  • sudo apt-get install librsvg2-bin
  • sudo apt-get install dblatex

History

Updated by Pieter Van den Hombergh about 13 years ago

Pieter Van den Hombergh wrote:

It would by nice to have the list of packages that AMC depends on.

It would help to get started building from e.g. the repository.
What I found up to now is: (ubuntu 11.10)
(install with sudo apt-get install)

  • libnetpbm10-dev
  • libcv-dev
  • libhighgui-dev
  • librsvg2-bin
  • dblatex
  • libxml-libxml-perl

Updated by Alexis Bienvenüe about 13 years ago

It is not very easy to list all files/libraries that are needed to build AMC. Nevertheless, you can find in the source:debian/control a list of debian packages that are needed to compile AMC (Build-Depends: lines).

On the other hand, on Ubuntu, you can use the AMC test PPA repository to get an recent version of AMC: I regularly send the package to build on Launchpad. After adding the PPA to your sources

sudo add-apt-repository ppa:alexis.bienvenue/test

updates will include new versions of AMC.

At last, you can use make deb in your sources directory to build the package. Needed packages that are not yet installed in your system will show up. You can also build the sources package (make debsrc), and then use

sudo apt-get build-dep auto-multiple-choice_*.dsc

Updated by Alexis Bienvenüe almost 13 years ago

  • % Done changed from 0 to 100
  • Status changed from New to Closed

Also available in: Atom PDF