Skip to content

Commit

Permalink
add info about building/installing on fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Nov 28, 2009
1 parent c4cd881 commit 0ffd2c3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README
Expand Up @@ -32,9 +32,13 @@ distros, you can type this incantation:
sudo apt-get install libatlas3-base
sudo apt-get install libatlas-base-dev

Notice that the "-base" variant is only generally optimized. If you are able
try to use a platform-specific variant (such as "-sse2" or "-3dnow") for
better performance.
On Fedoa you can type:

sudo yum install atlas-devel

Notice that the default vesions of the atlas library are only generally
optimized. If you are able try to use a platform-specific variant (such
as "-sse2" or "-3dnow") for better performance.

== BUILDING

Expand All @@ -49,6 +53,11 @@ make && make test && sudo make install
NOTICE: Installation is slightly broken right now, you may need to install it
before you can test it (If testing fails, uninstall).

NOTICE: On Fedora yum installs to /usr/lib/atlas. You may need to modify the
makefile after configuration to include the flag "-L/usr/lib/atlas". You may
also need to modify the linker arguments to link against "-lcblas" instead of
"-lblas" on debian-based systems.

== CREDITS

Original versions were developed as part of the Matrixy project by Blairuk.
Expand Down

0 comments on commit 0ffd2c3

Please sign in to comment.