PennMUSH Community
Show
Ignore:
Timestamp:
01/28/08 23:22:56 (7 months ago)
Author:
shawnw
Message:

Various compilation fixes and cross-compile hints

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/win32/README.mingw

    r1032 r1214  
    33by Ervin Hearn III <noltar@korongil.net> 
    44 
    5 Last update: Sunday, 27 June 2004 
     5Last update: Monday, 28 January 2008 
    66 
    77A note on install locations: 
     
    7070 
    7171 
     72 
     73Raevnos has had some success cross-compiling a win32 pennmush on linux 
     74using mingw32. Briefly: 
     75 
     76 * Install the mingw32 cross compilation tools using your package 
     77   manager. 
     78 * Configure like so (The name of the cross-compiler might vary): 
     79   % CC=i486-mingw32-gcc ./configure --host --without-ssl --without-mysql \ 
     80                 --without-sqlite3 --without-postgresql --without-pcre 
     81 * Add -lwsock32 to the LIBS= line in Makefile 
     82 * make update; make netmud 
     83 * cp src/netmud netmush.exe 
     84 * Use netmush.exe and the game/ directory on a Windows computer like usual.