| | 72 | |
|---|
| | 73 | Raevnos has had some success cross-compiling a win32 pennmush on linux |
|---|
| | 74 | using 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. |
|---|