File: README

package info (click to toggle)
auto-multiple-choice 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,972 kB
  • ctags: 1,307
  • sloc: perl: 21,890; xml: 19,731; cpp: 1,736; makefile: 407; ansic: 36; sh: 17
file content (18 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
To install AMC from the development tree:

# clone the repository on your machine

hg clone https://bitbucket.org/auto-multiple-choice/auto-multiple-choice
cd auto-multiple-choice

# Check for dependencies (you can find them as debian packages in
# Build-Depends from debian/control)

# build

make version_files
make

# install

sudo make install