Gyarados

From LagoonWiki

Jump to: navigation, search

Contents

Installing Pre-Built Gyarados

Building Gyarados from Source

Required Libraries

Required Tools

Setup Libraries and Tools

  • Install Microsoft DirectX SDK to: C:\dxsdk
  • Install ActiveTcl to: C:\Tcl
  • Install Python to: C:\Python
  • Install wxPython to: default location (should point to a directory under C:\Python)
  • Install Microsoft Visual Studio to: default location
  • Install TortoiseSVN to: default location

Getting Avatar

MSVC Project

  • First, you must create the projects from the defined .pak files. Open your command prompt, cd to: gyarados/code/src
  • Run: tclsh84 updsrc.tcl
  • Projects and Solutions for MSVC 6 and 7/8 should be created.
  • Open the avatar/code/vstudio/nebula.sln (MSVC 7-8)
  • Convert it if necessary
  • Remove these projects from the solution:
ndsound
ndirect3d8
nlaunch
tclnebula
gfxserv
nremoteshell
nsh
  • Add the following projects to the solution:
\externalPackages\tnl\tnl.vcproj
\externalPackages\ode\build\vs2005\ode.vcproj
\externalPackages\libtomcrypt\libtomcrypt.vcproj
  • Build all projects in the solution in Debug and Release

Building the Installer

  • Install NSIS
  • Copy the python and wxPython installers to \install\
    • python-2.5.1.msi
    • wxPython2.8-win32-unicode-2.8.4.0-py25.exe
  • Right click on gyarados.nsi and select "Compile NSIS Script"
Personal tools