Skip to content

Commit 42e38b1

Browse files
committed
updating README
1 parent fb4454b commit 42e38b1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@ If you're using Charm to implement schemes, we want to know what your experience
2424

2525
Quick Install & Test
2626
====================
27-
Installing Charm is straightforward. First, verify that you have installed the GMP 5.x, PBC and Openssl. After that, you may proceed to install a basic configuration of Charm as follows:
28-
* `./configure.sh` (include --enable-darwin if on a Mac)
27+
Installing Charm from source is straightforward. First, verify that you have installed the following dependencies:
28+
* [GMP 5.x](http://gmplib.org/)
29+
* [PBC](http://crypto.stanford.edu/pbc/download.html)
30+
* [OPENSSL](http://www.openssl.org/source/)
31+
32+
After that, you may proceed to install a basic configuration of Charm as follows:
33+
34+
* `./configure.sh` (include `--enable-darwin` if running Mac OS X)
2935
* `make install` (may require super-user privileges)
3036
* `make test` (may also require super-user privileges)
3137

32-
If most (or all) Python tests pass, then Charm has been successfully installed.
38+
If most (or all) Python tests pass, then the Charm installation was successful. Enjoy!
3339

3440

3541

0 commit comments

Comments
 (0)