From b786a3abd6613d9f0857003fb53390a1a781a23e Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Sat, 20 Nov 2021 13:37:57 +0800 Subject: [PATCH] update readme_zy --- README_ZY.txt => README_ZY.md | 8 ++++++++ 1 file changed, 8 insertions(+) rename README_ZY.txt => README_ZY.md (84%) diff --git a/README_ZY.txt b/README_ZY.md similarity index 84% rename from README_ZY.txt rename to README_ZY.md index 3647659..5c16af2 100644 --- a/README_ZY.txt +++ b/README_ZY.md @@ -6,6 +6,14 @@ This is a CMake redistribution of the libeemd library. It is created for easy in +To compile the library, use the following commands: + +```shell +mkdir build && cd build && cmake .. && make install +``` + + + Yi Zhang 2021-11-20 \ No newline at end of file