diff options
| author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-03 03:15:23 +0200 |
|---|---|---|
| committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-03 03:15:23 +0200 |
| commit | fb6540513cdb72f874cdb409e493171c94e59460 (patch) | |
| tree | 8648597996038739613a732ddda3f4eefc669fd6 /README.markdown | |
| parent | 065bb72362c52603bd615b0a69e24a6f00f03932 (diff) | |
| download | MAC-Telnet-fb6540513cdb72f874cdb409e493171c94e59460.tar.gz MAC-Telnet-fb6540513cdb72f874cdb409e493171c94e59460.zip | |
Documentation changes
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index c285f65..e144cf0 100644 --- a/README.markdown +++ b/README.markdown @@ -9,7 +9,12 @@ NB: Alpha stage code. Do not expect to run flawlessy. Installation ------------ -Download source tarball, extract, compile and install: +Make sure you have installed openssl development files. + +For Ubuntu users: + sudo apt-get install libssl-dev + +Then download source tarball, extract, compile and install: wget http://github.com/haakonnessjoen/MAC-Telnet/tarball/master tar zxvf haakonness*.tar.gz |
