Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #25

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Dependencies

Download
========
* Windows releases: https://github.com/tpruvot/cpuminer-multi/releases
* Git tree: https://github.com/tpruvot/cpuminer-multi
* Windows releases: https://github.com/firoorg/cpuminer/releases
* Git tree: https://github.com/firoorg/cpuminer
* Clone with `git clone https://github.com/tpruvot/cpuminer-multi`

Build
Expand All @@ -102,15 +102,11 @@ Build
_OR_

```
./autogen.sh # only needed if building from git repo
./nomacro.pl # only needed if building on Mac OS X or with Clang
./configure CFLAGS="*-march=native*" --with-crypto --with-curl

_FOR_MTP_
./configure --with-crypto --with-curl
sh autogen.sh # only needed if building from git repo
sh configure CFLAGS="*-march=native*" --with-crypto --with-curl

# Use -march=native if building for a single machine
make
make -j$(proc --all --ignore 2)
```

#### Note for Debian/Ubuntu users:
Expand Down