Skip to content

Instantly share code, notes, and snippets.

@samee
Created June 10, 2014 02:38
Show Gist options
  • Save samee/d88c3326dfdfb3c8a151 to your computer and use it in GitHub Desktop.
Save samee/d88c3326dfdfb3c8a151 to your computer and use it in GitHub Desktop.
diff --git a/README.md b/README.md
index e246069..09f98ec 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Obliv-C Compiler (`oblivcc`)
This readme is still under construction. But there is already a language tutorial at http://goo.gl/TXzxD0
-This requires libgcrypt to run. this can be downloaded on Ubuntu with `sudo apt-get install libgcrypt` then it also
+This requires libgcrypt and libgcrypt11-dev to run. this can be downloaded on Ubuntu with `sudo apt-get install lib
Once in the source folder, a simple `./configure && make` should build it all. The compiler is a GCC wrapper script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment