From 9a73ad9d091ee7c68f20e7ffd24a6839f6adc7c7 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Mon, 23 May 2016 01:17:15 +0000 Subject: [PATCH] readme updated --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 453ff8d..5df3e9e 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ int main(int ac, const char* av[]) { ## Compile this example + The dependencies are same as those for Monero, so I assume Monero compiles correctly. If so then to download and compile this example, the following steps can be executed: @@ -204,8 +205,12 @@ cmake . make ``` +Some explorer functionality depends on [lmdbcpp-monero](https://github.com/moneroexamples/lmdbcpp-monero.git) which must +be up to date with monero blockchain and running alongside monero daeamon, to +keep it up to date as new blocks are created in the blockchain. ## Other examples + Other examples can be found on [github](https://github.com/moneroexamples?tab=repositories). Please know that some of the examples/repositories are not finished and may not work as intended.