Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoolls committed Jul 15, 2013
2 parents 82be65f + 8479951 commit 097b8cf
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MultiMiner also supports basic features such as relaunching crashed miners, star

Binary Downloads
----------------
Refer to the [Github releases page][12] for source code and binary downloads.
Refer to the [Github Releases page][12] for source code and binary downloads.

Windows Installation
--------------------
Expand All @@ -36,18 +36,26 @@ The installer runs without needing admin rights and does not install to Program
1. Download and extract the zip file at the above link
2. Launch MultiMiner.Win.exe to get started

OS X Installation
-----------------
1. Install cgminer or bfgminer. You can find packages and for doing so [here][5] and instructions for using them [here][6].
2. Install X11. Under OS X you should install Xquartz available [here][7].
3. Install the latest version of [Mono][8].
4. Download the .app.zip file at the above Binary Downloads link
5. Extract MultiMiner.app and drag it to your Applications folder

![Main Screen - OS X](/Screenshots/Main%20Screen%20-%20OS%20X.png "Main Screen - OS X")

Mono (OS X, Linux) Installation
-------------------------------
1. Download and extract the zip file at the above link
1. Download and extract the zip file at the above Binary Downloads link
2. Install cgminer or bfgminer. For OS X, you can find packages and for doing so [here][5] and instructions for using them [here][6].
3. Install X11. Under OS X you should install Xquartz available [here][7].
4. Install the latest version of [Mono][8].
5. Run MultiMiner.Win.exe using mono:

mono MultiMiner.Win.exe
![Main Screen - OS X](/Screenshots/Main%20Screen%20-%20OS%20X.png "Main Screen - OS X")

Source Code
-----------
The source code is structured in such a way that it should be fairly easy to use and re-use for other projects:
Expand Down

0 comments on commit 097b8cf

Please sign in to comment.