From f17f785ee36db5b424ce40dfcd7bbd41924613bc Mon Sep 17 00:00:00 2001 From: larryl Date: Tue, 25 Oct 2011 08:03:57 +0000 Subject: [PATCH] Added simple readme file to cURL library. It tells user the cURL library need 3 DLLs to work. git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@87608 8089f293-4706-0410-a29e-feb5c42a2edf --- readme.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 00000000..aaf6c644 --- /dev/null +++ b/readme.txt @@ -0,0 +1,5 @@ +When your Eiffel executable running, Eiffel cURL library needs 3 DLLs, they are: + +libcurl.dll, libeay32.dll and ssleay32.dll + +Please make sure the 3 DLLs files can be found in your environment PATH or in same folder of your executable. \ No newline at end of file