My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
CompilingVaultMP  
Instructions on how to compile Vault-Tec Multiplayer Mod
Updated Feb 21, 2011 by csemmler...@gmail.com

Introduction

This guide will help you to build a copy of the latest Vault-Tec Multiplayer Mod source code yourself. Make sure you have all the files from here: http://code.google.com/p/vaultmp/source/browse/trunk

You may want to use SVN software like TortoiseSVN (http://tortoisesvn.net/downloads.html) to receive source updates when available.

Compiling the source

To compile vaultmp you will need MinGW compiler version 4.5 or later. We recommend installing Code::Blocks IDE because there are already project files ready to use.

  • Preparing Code::Blocks and MinGW

Code::Blocks can be found here: http://www.codeblocks.org/downloads/26 If you don't have MinGW installed you may want to choose the package which got MinGW bundled.

  • Upgrading from MinGW 3 to version 4

In case you followed the above step you still need to upgrade your MinGW to the latest version. To do this, download the package "MinGWUpgrade4.zip" from the downloads section. Read the description.

  • Compiling vaultmp

Use the .cbp files to open the projects. Vault-Tec Multiplayer Mod consists of five parts:

  1. vaultmp.cbp
  2. vaultserver/vaultserver.cbp
  3. vaultmaster/vaultmaster.cbp
  4. vaultmpdll/vaultmpDLL.cbp
  5. vaultgui/vaultgui.cbp

In Code::Blocks, choose "Build" to compile a project.


Sign in to add a comment
Powered by Google Project Hosting