Skip to content

Commit

Permalink
newline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Oct 30, 2016
1 parent f1e7141 commit 4177c61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ Add -DXENON to cmake to build with AVX/AVX2 support.
## Options to build Fastest miner

If you are building for Linux and your processor is i5 or i7 (supports AVX2), you can say something like:

`cmake -DXENON=r2 ..`

If you are building for Linux and your processor is i3 or xeon (supports AVX), you can say something like:

`cmake -DXENON=1 ..`

If you don't have AVX/AVX2 support, just build without any options:

`cmake ..`

Full example:
Expand Down

0 comments on commit 4177c61

Please sign in to comment.