Created
June 10, 2014 02:38
-
-
Save samee/d88c3326dfdfb3c8a151 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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