Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
A README with some possibly correct build instructions might be nice.
Browse files Browse the repository at this point in the history
  • Loading branch information
geirha committed Sep 21, 2012
1 parent 77c2a78 commit 5a72222
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README
@@ -1,2 +1,17 @@
Shbot is an IRC bot that runs shell code. It is a fork of evalbot Shbot is an IRC bot that runs shell code. It is a fork of evalbot
(http://www.vidarholen.net/contents/evalbot/). (http://www.vidarholen.net/contents/evalbot/).

To build, you'll need

- Typical build tools: A C compiler, make, yacc, lex ...
- Header files of libraries needed to build bash, awk, mksh etc.
- Other standard and typical commands, like gzip, bzip2 and pax.

For Ubuntu/Debian

sudo apt-get install build-essential pax
sudo apt-get build-dep bash gawk mawk mksh

Should get most, if not all, build requirements down.

Run make

0 comments on commit 5a72222

Please sign in to comment.