From a7844c6f9030f20d1347401d9be0ae9fe4dc7033 Mon Sep 17 00:00:00 2001 From: Mori Bellamy Date: Thu, 16 Nov 2023 17:40:18 -0800 Subject: [PATCH] add build instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f4d2487..98b6990 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,18 @@ Create Ethereum wallets. If no args are given, generate a private key (along with the resulting eth address) to STDOUT. If the `--prefix` arg is given, we generate random wallets until we find one with the given prefix. + +## Building + +`cmake`, `make`, and any C compiler is sufficient. + +```bash +cd mousewallet_dir +mkdir build +cd build + +cmake .. +make + +./mousewallet --help +``` \ No newline at end of file