(trunk) #2039: add hints to the README for compiling with Sun's C compiler

This commit is contained in:
Charles Kerr 2009-05-08 18:43:47 +00:00
parent fe1f550f1c
commit 3eba36ac15
1 changed files with 5 additions and 0 deletions

5
README
View File

@ -42,3 +42,8 @@ Building Transmission from SVN (Updating):
$ make -s
$ su (if necessary for the next line)
$ make install
Notes for building on Solaris' C compiler: User av reports success with
this invocation: ./configure CC=c99 CXX=CC CFLAGS='-D__EXTENSIONS__ -mt'