File: README

package info (click to toggle)
auto-multiple-choice 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92,612 kB
  • sloc: perl: 26,752; xml: 24,889; cpp: 1,997; python: 895; makefile: 569; sh: 233; ansic: 195
file content (18 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (4)
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

git clone https://gitlab.com/jojo_boulix/auto-multiple-choice.git
cd auto-multiple-choice

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

# build

make version_files
make

# install

sudo make install