mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-24 05:24:23 +00:00
doc: missing 'make' in README + file name misspelled.
This commit is contained in:
parent
3bf3df09b7
commit
3af2534e22
@ -21,7 +21,7 @@ Documentation is available in directory `doc`. For details on several topics, se
|
|||||||
* `SCRYPT` for how to find the right balance in GPU configuration to mine Scrypt-based coins effectively;
|
* `SCRYPT` for how to find the right balance in GPU configuration to mine Scrypt-based coins effectively;
|
||||||
* `FAQ` for frequently asked questions;
|
* `FAQ` for frequently asked questions;
|
||||||
* `GPU` for semi-obsolete information on GPU configuration options and mining SHA256d-based coins;
|
* `GPU` for semi-obsolete information on GPU configuration options and mining SHA256d-based coins;
|
||||||
* `windows-build` for information on how to build on Windows.
|
* `windows-build.txt` for information on how to build on Windows.
|
||||||
|
|
||||||
Note that **most of the documentation is outdated**. If you want to contribute, fork this repository, update as needed, and submit a pull request.
|
Note that **most of the documentation is outdated**. If you want to contribute, fork this repository, update as needed, and submit a pull request.
|
||||||
|
|
||||||
@ -66,6 +66,7 @@ Then:
|
|||||||
|
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
CFLAGS="-O2 -Wall -march=native" ./configure <options>
|
CFLAGS="-O2 -Wall -march=native" ./configure <options>
|
||||||
|
make
|
||||||
|
|
||||||
Systemwide installation is optional. You may run `sgminer` from the build
|
Systemwide installation is optional. You may run `sgminer` from the build
|
||||||
directory directly, or `make install` if you wish to install
|
directory directly, or `make install` if you wish to install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user