You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@
2
2
3
3
### Installation
4
4
5
+
#### Install Siegfried
6
+
7
+
Install Siegfried. See [Siegfried Github repo](https://github.com/richardlehane/siegfried/) for instructions.
8
+
5
9
#### Install Brunnhilde CLI utility
6
10
7
-
Install the Brunnhilde command-line utility by downloading the source code from the [Brunnhilde](http://github.com/timothyryanwalsh/brunnhilde) repo and saving brunnhilde.py to your local disk.
11
+
Install the Brunnhilde command-line utility:
8
12
9
-
For easy installation in Bitcurator, save the script to /usr/share/brunnhilde/brunnhilde.py.
13
+
`sudo pip install brunnhilde`
10
14
11
-
This version of the GUI requires Brunnhilde 1.3.0 or higher. Currently works with Python 2 (tested in 2.7) only.
15
+
This version of the GUI requires Brunnhilde 1.4.0 or higher.
12
16
13
17
#### Install PyQt4
14
18
@@ -29,9 +33,7 @@ Note: PyQt4 is not supported in macOS Sierra. A port to PyQt5 is not yet schedul
29
33
30
34
* Download tar.gz or zip file and extract to location of your choice (or clone repo with 'git clone').
31
35
* Run install.sh script:
32
-
`bash /path/to/install.sh`
33
-
34
-
Note: If brunnhilde.py is not at /usr/share/brunnhilde/brunnhilde.py, you must modify the variable brunnhilde_path in line 60 of main.py to reflect the location of the Brunnhilde CLI script.
36
+
`sudo bash install.sh`
35
37
36
38
You will now be able to launch the Brunnhilde GUI by double-clicking on the Brunnhilde icon in the "Additional Tools" folder.
37
39
@@ -44,7 +46,6 @@ You will now be able to launch the Brunnhilde GUI by double-clicking on the Brun
44
46
#### GUI Installation in MacOS/OS X
45
47
46
48
* Download zip or tar.gz file from Github and extract files to location of your choice
47
-
* Modify the variable brunnhilde_path in line 60 of main.py to reflect the location of the brunnhilde.py script
48
49
* Launch GUI by entering the following in a terminal:
0 commit comments