Permalink
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Open a pull request
- 19 commits
- 16 files changed
- 0 commit comments
- 1 contributor
Unified
Split
Showing
with
5,185 additions
and 24 deletions.
- +0 −1 INSTALL
- +771 −0 build/Makefile
- +278 −0 build/config.h
- +1,314 −0 build/config.log
- +1,250 −0 build/config.status
- +480 −0 build/man/Makefile
- +470 −0 build/scripts/Makefile
- +591 −0 build/src/Makefile
- BIN build/src/llk
- BIN build/src/llk.o
- BIN build/src/llkk
- BIN build/src/llkk.o
- BIN build/src/logkeys
- BIN build/src/logkeys.o
- +1 −0 build/stamp-h1
- +30 −23 src/logkeys.cc
| @@ -29,7 +29,6 @@ Build and Install | |||
|
|
|||
| $ ./autogen.sh # generate files for build | |||
| $ cd build # keeps the root and src dirs clean | |||
| $ ../configure | |||
|
|
|||
| $ make | |||
| $ su # get root to install in system | |||
Oops, something went wrong.