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:
parent
fe1f550f1c
commit
3eba36ac15
1 changed files with 5 additions and 0 deletions
5
README
5
README
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue