readme updated

This commit is contained in:
moneroexamples 2016-05-23 01:17:15 +00:00
parent aeb6e66f0e
commit 9a73ad9d09
1 changed files with 5 additions and 0 deletions

View File

@ -186,6 +186,7 @@ int main(int ac, const char* av[]) {
## Compile this example ## Compile this example
The dependencies are same as those for Monero, so I assume Monero compiles 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 correctly. If so then to download and compile this example, the following
steps can be executed: steps can be executed:
@ -204,8 +205,12 @@ cmake .
make 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
Other examples can be found on [github](https://github.com/moneroexamples?tab=repositories). Other examples can be found on [github](https://github.com/moneroexamples?tab=repositories).
Please know that some of the examples/repositories are not Please know that some of the examples/repositories are not
finished and may not work as intended. finished and may not work as intended.