Skip to content
Permalink
Browse files

Updated docs.

- converted README to GitHub markup
- imported googlecode wiki pages into docs folder
- added build directory for out-of-tree builds
- updated TODOs
  • Loading branch information...
jzohrab committed Feb 10, 2016
1 parent 31783e7 commit ea502639730263e46e9aa04ef05245e84c696b69
Showing with 705 additions and 213 deletions.
  1. +13 −13 INSTALL
  2. +0 −198 README
  3. +178 −0 README.md
  4. +3 −0 TODO
  5. +7 −0 build/.gitignore
  6. +173 −0 docs/Documentation.md
  7. +155 −0 docs/Keymaps.md
  8. +52 −0 docs/Logfiles.md
  9. +23 −0 docs/PostHTTP.md
  10. +99 −0 docs/ProjectHome.md
  11. BIN docs/docs_warning.png
  12. BIN docs/keyboard.png
  13. +2 −2 man/logkeys.8
26 INSTALL
@@ -2,21 +2,21 @@
logkeys keylogger - instalation instructions
===============================================================================

Provided your GNU/Linux distribution doesn't include logkeys package in its
repositories, manual installation of logkeys from source is as easy as:
Provided your GNU/Linux distribution doesn't include logkeys package
in its repositories, manual installation of logkeys from source is as
easy as cloning this repo or [downloading a zip of the
source](https://github.com/kernc/logkeys/archive/master.zip),
unzipping, and building:

$ tar xvzf logkeys-0.1.1.tar.gz # to extract the logkeys archive

$ cd logkeys-0.1.1/build # move to build directory to build there
$ ../configure # invoke configure from parent directory
$ make # make compiles what it needs to compile
( become superuser now ) # you need root to install in system dir
# make install # installs binaries, manuals and scripts
$ unzip logkeys-master.zip
$ cd logkeys-master/build
$ ../configure
$ make
$ su # get root to install in system
$ make install # installs binaries, manuals and scripts

That's it.
To uninstall logkeys, remove accompanying scripts and manuals:

To ever uninstall logkeys, remove accompanying scripts and manuals, issue

# make uninstall # in the same logkeys-0.1.1/build dir from before
# make uninstall # in the same src dir

See README file for usage instructions, troubleshooting and other notes.
198 README

This file was deleted.

Oops, something went wrong.
Oops, something went wrong.

0 comments on commit ea50263

Please sign in to comment.
You can’t perform that action at this time.