diff --git a/README.md b/README.md index 09b3756c..36dafb3d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ CGMiner specific configuration options: ### *nix build instructions -If needed, place include headers from ADL_SDK_**.zip in cgminer/ADL_SDK. +If needed, place include headers (`*.h` files) from `ADL_SDK_**.zip` in `cgminer/ADL_SDK`. + +Then: autoreconf -i CFLAGS="-O2 -Wall -march=native" ./configure diff --git a/API-README b/doc/API similarity index 100% rename from API-README rename to doc/API diff --git a/SCRYPT-README b/doc/CONFIGURATION similarity index 100% rename from SCRYPT-README rename to doc/CONFIGURATION diff --git a/FAQ b/doc/FAQ similarity index 100% rename from FAQ rename to doc/FAQ diff --git a/GPU-README b/doc/GPU similarity index 100% rename from GPU-README rename to doc/GPU diff --git a/windows-build.txt b/doc/windows-build.txt similarity index 100% rename from windows-build.txt rename to doc/windows-build.txt