From d978436c4bcc45404188d8b58618f44efd52728d Mon Sep 17 00:00:00 2001 From: Xianyi Zhang Date: Mon, 20 Jun 2011 18:36:29 +0800 Subject: [PATCH] Refs #20. Updated the docs. --- Changelog.txt | 1 + README | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index c4e6a8fe2..aadf00d37 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -18,6 +18,7 @@ common: * Added openblas_set_num_threads for Fortran. * Fixed #25 a wrong result of rotmg. * Fixed a bug about detecting underscore prefix in c_check. + * Added install target. You can use "make install". (Refs #20) x86/x86_64: * Fixed #28 a wrong result of dsdot on x86_64. diff --git a/README b/README index c18b6c502..21e740689 100644 --- a/README +++ b/README @@ -22,6 +22,11 @@ make BINARY=64 CC=mips64el-unknown-linux-gnu-gcc FC=mips64el-unknown-linux-gnu-g 3)Debug version make DEBUG=1 +4)Intall to the directory (Optional) +e.g. +make install PREFIX=your_installation_directory +The default directory is /opt/OpenBLAS + 3.Support CPU & OS Please read GotoBLAS_01Readme.txt