1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-22 15:54:57 +00:00

(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

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'