File: INSTALL

package info (click to toggle)
multitime 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 280 kB
  • sloc: ansic: 882; makefile: 33; sh: 6
file content (17 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
================================================================================
  Installing multitime
================================================================================

multitime follows standard Unix conventions and should be easily installed on
most systems.

If building from a packaged release:

  $ ./configure
  $ make install

If building from a git checkout:

  $ make -f Makefile.bootstrap
  $ ./configure
  $ make install