From a26fc48875d1f2112a135ae625f5b43be4d85f43 Mon Sep 17 00:00:00 2001 From: luuul Date: Sun, 6 Sep 2015 14:57:34 -0300 Subject: [PATCH] Update how to create a wallet --- knowledge-base/user-guides/how to create a wallet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/knowledge-base/user-guides/how to create a wallet b/knowledge-base/user-guides/how to create a wallet index 7da98581..baf9bd3c 100644 --- a/knowledge-base/user-guides/how to create a wallet +++ b/knowledge-base/user-guides/how to create a wallet @@ -2,9 +2,9 @@ How to create a wallet on Ubuntu : -Step 1 : Download the official binairies or compile the last source available on github +Step 1 : Download the official binaries or compile the last source available on github -Step 2 : Extract the files with the archive manager. Note the path where the the files (bitmonerod and simplewallet are). +Step 2 : Extract the files with the archive manager (same as winzip on windows). Note the path where the files are (bitmonerod and simplewallet). Step 3 (only needed once): Open a terminal (ctrl+alt+t) and install the required dependencies by typing : "sudo apt-get install libboost-all-dev libssl-dev libevent-dev libdb++-dev"