readme.txt
branchcpp_gui
changeset 6298 c30fe89622df
parent 6285 187e3ef04cc9
child 6303 84c215fc8eb8
equal deleted inserted replaced
6297:4bf29d14edba 6298:c30fe89622df
   144   For more help with VS see docs/Readme_Windows_MSVC.txt.
   144   For more help with VS see docs/Readme_Windows_MSVC.txt.
   145 
   145 
   146   You can also build it using the Makefile with MSYS/MinGW or Cygwin/MinGW.
   146   You can also build it using the Makefile with MSYS/MinGW or Cygwin/MinGW.
   147   Please read the Makefile for more information.
   147   Please read the Makefile for more information.
   148 
   148 
       
   149 Solaris 10:
       
   150   You need g++ (version 3 or higher), together with SDL. Installation of
       
   151   libpng and zlib is recommended. For the first build it is required
       
   152   to execute "bash configure" first. Note that ./configure does not work
       
   153   yet. It is likely that you don't have a strip binary, so use the
       
   154   --disable-strip option in that case. Fontconfig (>2.3.0) and freetype
       
   155   are optional. "make run" will then run the program.
       
   156 
   149 Unix:
   157 Unix:
   150   OpenTTD can be built with GNU "make". On non-GNU systems it's called "gmake".
   158   OpenTTD can be built with GNU "make". On non-GNU systems it's called "gmake".
   151   However, for the first build one has to do a "./configure" first.
   159   However, for the first build one has to do a "./configure" first.
   152   Note that you need SDL-devel 1.2.5 (or higher) to compile OpenTTD.
   160   Note that you need SDL-devel 1.2.5 (or higher) to compile OpenTTD.
   153 
   161