File: INSTALL

package info (click to toggle)
eterm 0.7-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,024 kB
  • ctags: 1,205
  • sloc: ansic: 14,536; sh: 308; makefile: 294
file content (10 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# A simple script for configuring and compiling Eterm.
# You will have to set the binary setuid root yourself; see the SETSUID
# script included. Should be secure; do at your own risk.

./configure
( cd src ; make clean )
make
make install