File: BUILDING

package info (click to toggle)
terminus 3.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,164 kB
  • sloc: xml: 278; javascript: 241; sh: 22; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
To build Terminus, follow these instructions:

    mkdir install
    cd install
    cmake ..
    make
    sudo make install

In case that cmake fails due to a missing dependency, delete
the folder contents before running cmake again.