-
Notifications
You must be signed in to change notification settings - Fork 7
/
INSTALL
33 lines (22 loc) · 1003 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# EthSlurp - Installation and Build Instructions
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Thanks for downloading EthSlurp.
Follow these instructions to compile and use our software.
1. Open a command prompt or terminal window on your system.
2. Change to the folder containing this file.
3. From the command prompt enter 'make clean' then 'make'.
It should be as simple as that.
#------------------
# Running EthSlurp
#------------------
To run the software navigate to the same folder as above and enter:
./ethslurp version
If the version string appears, the software is ready to go.
At any time you may enter -h to see the program's help
screen. If you wish, you may copy or move the executable
to any folder in your $PATH.
Good luck.
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
http://www.ethslurp.com