@ -40,9 +40,9 @@ If you are on 32 bit, x86_64 in the 2nd last line should be x86
@@ -40,9 +40,9 @@ If you are on 32 bit, x86_64 in the 2nd last line should be x86
To actually build:
./autogen.sh # only needed if building from git repo
CFLAGS="-O3 -Wall -march=native" ./configure
CFLAGS="-O2 -Wall -march=native" ./configure
or if you haven't installed the ati files in system locations:
CFLAGS="-O3 -Wall -march=native -I<path to AMD APP include>" LDFLAGS="-L<path to AMD APP lib/x86_64> ./configure
CFLAGS="-O2 -Wall -march=native -I<path to AMD APP include>" LDFLAGS="-L<path to AMD APP lib/x86_64> ./configure
make
If it finds the opencl files it will inform you with
@ -51,7 +51,7 @@ If you are on 32 bit, x86_64 in the 2nd last line should be x86
@@ -51,7 +51,7 @@ If you are on 32 bit, x86_64 in the 2nd last line should be x86
Basic WIN32 build instructions (on Fedora 13; requires mingw32):
./autogen.sh # only needed if building from git repo