blob: 20a565bd4493c82895fc665c4729434aab97addc [file] [log] [blame]
Linus Walleij6c04caa2006-03-29 17:33:51 +00001INSTALLATION OVERVIEW
2=====================
3
4COMPILATION
5-----------
6
7Problems with compilation under FC4: GCC4 related problem.
8Run this:
9
10CC=gcc32
11export CC
12./configure
13make
14