History of Help
<br />-=__Help__=-
<div id="Gettin last netPanzer development version - Compiling from source">
Excluding official releases (last one is 0.8.2), we have the chance to test fresh binaries from development branch (our svn repository) and it's possible to compile for Linux and Windows system.
Compiling from source in Linux is extremely straightforward. Here are some notes and howtos in several languages: ===[http://www.netpanzer.org/forum/index.php?topic=124.0|English]===, ===[http://www.netpanzer.org/forum/index.php?topic=407.msg1483#msg1483|Deutsch]===, ===[http://www.netpanzer.org/forum/index.php?topic=398.0|Polski]===, ===[http://www.netpanzer.org/forum/index.php?topic=403.0|Italiano]===.
As compiling your own Windows version may end up to result too much complicated, often our developer grant us with a Windows binary ready to run :) You can find those files ===[http://www.netpanzer.org/download/np/index.php?dir=Binaries/NetPanzer/Development/|here]===.
Please note: not all netPanzer versions are compatible with each other. Sometimes a change in communication "protocol" is made. It is generally announced, along with other precious informations, in ===[http://svn.berlios.de/wsvn/netpanzer/trunk/?op=log&rev=0&sc=0&isdir=1|SVN Logs]===.
The following notes are from README file in main svn package:
PREREQUISITES
^The game depends on some tools and libraries to be present, before you can start
building it. Here's a list of them:
* normal gnu compiler and additional tools (g++ version 3.2 or later is
required at the moment)
* SCons build tool
http://www.scons.org/
* SDL 1.2.5 or later
http://www.libsdl.org
* SDL_mixer 1.2.4 or later
http://www.libsdl.org/projects/SDL_mixer/
^
BUILDING ON NON-WINDOWS SYSTEMS (e.g. Linux users)
^To build the game and run as normal user do the following:
# scons
When scons finish without errors the game is ready to play, type this:
# ./netpanzer
Remember that next time you want to play you have to go to the same folder where
you compiled and type './netpanzer'^
BUILDING ON WINDOWS
^Building on windows is a little bit more complicated, developers shouldn't have
any big problem.
MinGW should be installed in C:\mingw
Get the development libraries of SDL for mingw32, copy the include directory to
C:\mingw\include\SDL so you have the file "C:\mingw\include\SDL\SDL.h", and the
lib folder to C:\mingw\lib
Get SDL_mixer development libraries for VC8, copy the header file to
C:\mingw\include\SDL and the .lib file to c:\mingw\lib
Python and scons should be installed and working.
To compile netpanzer run scons on the folder where you have the netpanzer source
code:
C:\Some\Folder\With\Netpanzer> scons
After scons finish without errors you have to copy all the .DLL files from SDL
and from SDL_mixer to the netpanzer folder.
To run you can type 'netpanzer' or click on the netpanzer.exe file in explorer.
^
</div>
<div id="Gettin last netPanzer development version - Compiling from source">
Excluding official releases (last one is 0.8.2), we have the chance to test fresh binaries from development branch (our svn repository) and it's possible to compile for Linux and Windows system.
Compiling from source in Linux is extremely straightforward. Here are some notes and howtos in several languages: ===[http://www.netpanzer.org/forum/index.php?topic=124.0|English]===, ===[http://www.netpanzer.org/forum/index.php?topic=407.msg1483#msg1483|Deutsch]===, ===[http://www.netpanzer.org/forum/index.php?topic=398.0|Polski]===, ===[http://www.netpanzer.org/forum/index.php?topic=403.0|Italiano]===.
As compiling your own Windows version may end up to result too much complicated, often our developer grant us with a Windows binary ready to run :) You can find those files ===[http://www.netpanzer.org/download/np/index.php?dir=Binaries/NetPanzer/Development/|here]===.
Please note: not all netPanzer versions are compatible with each other. Sometimes a change in communication "protocol" is made. It is generally announced, along with other precious informations, in ===[http://svn.berlios.de/wsvn/netpanzer/trunk/?op=log&rev=0&sc=0&isdir=1|SVN Logs]===.
The following notes are from README file in main svn package:
PREREQUISITES
^The game depends on some tools and libraries to be present, before you can start
building it. Here's a list of them:
* normal gnu compiler and additional tools (g++ version 3.2 or later is
required at the moment)
* SCons build tool
http://www.scons.org/
* SDL 1.2.5 or later
http://www.libsdl.org
* SDL_mixer 1.2.4 or later
http://www.libsdl.org/projects/SDL_mixer/
^
BUILDING ON NON-WINDOWS SYSTEMS (e.g. Linux users)
^To build the game and run as normal user do the following:
# scons
When scons finish without errors the game is ready to play, type this:
# ./netpanzer
Remember that next time you want to play you have to go to the same folder where
you compiled and type './netpanzer'^
BUILDING ON WINDOWS
^Building on windows is a little bit more complicated, developers shouldn't have
any big problem.
MinGW should be installed in C:\mingw
Get the development libraries of SDL for mingw32, copy the include directory to
C:\mingw\include\SDL so you have the file "C:\mingw\include\SDL\SDL.h", and the
lib folder to C:\mingw\lib
Get SDL_mixer development libraries for VC8, copy the header file to
C:\mingw\include\SDL and the .lib file to c:\mingw\lib
Python and scons should be installed and working.
To compile netpanzer run scons on the folder where you have the netpanzer source
code:
C:\Some\Folder\With\Netpanzer> scons
After scons finish without errors you have to copy all the .DLL files from SDL
and from SDL_mixer to the netpanzer folder.
To run you can type 'netpanzer' or click on the netpanzer.exe file in explorer.
^
</div>








