aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Bonander <[email protected]>2014-09-09 22:55:52 -0700
committerAustin Bonander <[email protected]>2014-09-09 22:55:52 -0700
commit5e6885af0116d549493bba46a45094e2d98308ce (patch)
tree0510322f3ad68b124fdbcd256ed7ba9f3628a1c5
parentAdd build and testing instructions to the readme (diff)
downloadrust-openssl-5e6885af0116d549493bba46a45094e2d98308ce.tar.xz
rust-openssl-5e6885af0116d549493bba46a45094e2d98308ce.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7781aa81..1376d67e 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ For some reason, the OpenSSL distribution for Windows is structured differently,
###Linux
1. Run `sudo apt-get install libssl-dev`.
-2. Run `cargo build` and optionally `cargo test`.
+2. Run `cargo build`.
###Windows
@@ -22,7 +22,7 @@ For some reason, the OpenSSL distribution for Windows is structured differently,
* 32-bit: `C:\Program Files (x86)\Rust\bin\rustlib\i686-pc-mingw32\lib`
* 64-bit: TODO
4. Rename `libeay32.a` and `ssleay32.a` to `libcrypto.a` and `libssl.a`, respectively.
-5. `cargo build` and optionally `cargo test`.
+5. `cargo build`.
###Testing
Several tests expect a local test server to be running to bounce requests off of. It's easy to do this. Open a separate terminal window and `cd` to the rust-openssl directory. Then run one of the following commands: