Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Walsh authored Nov 11, 2016
1 parent 0c26849 commit 1a16bce
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@ The GUI requires Brunnhilde v1.1.0 or higher. Version 1.2.4 or higher is recomme

#### Install PyQt4

Install PyQt4 if not already installed. This step is necessary for Bitcurator 1.7.74.
Install PyQt4 if not already installed.

##### Ubuntu/Debian Linux (including Bitcurator 1.7.74)

`sudo apt-get install python-qt4`

##### macOS/OS X

Install PyQt4 with Homebrew:
`brew install pyqt`

#### GUI Installation in Bitcurator

* Download tar.gz or zip file and extract to location of your choice (or clone repo with 'git clone').
Expand All @@ -27,16 +35,12 @@ You will now be able to launch the Brunnhilde GUI by double-clicking on the Brun

#### GUI Installation in Linux

* For non-Bitcurator Linux machines, make sure you have PyQt4 installed. In Debian/Ubuntu, this can be installed with the following command:
`sudo apt-get install python-qt4`
* Download zip or tar.gz file from Github and extract files to location of your choice
* Modify the install.sh script to create the Brunnhilde GUI.desktop file in a location of your choice. This will will become the graphical launcher for the Brunnhilde GUI. Or, simply save the code to a location of your choice and launch the GUI by entering the following in a terminal:
`python /path/to/brunnhilde-gui/main.py`

#### GUI Installation in MacOS/OS X

* Install PyQt4 with Homebrew:
`brew install pyqt`
* Download zip or tar.gz file from Github and extract files to location of your choice
* Modify the variable brunnhilde_path in line 60 of main.py to reflect the location of the brunnhilde.py script
* Launch GUI by entering the following in a terminal:
Expand Down

0 comments on commit 1a16bce

Please sign in to comment.