Difference between revisions of "DEPENDENCIES FOR VISUAL STUDIO ( WIndows )"

From VsWiki
Jump to: navigation, search
(update to 0.5.2 state)
 
Line 1: Line 1:
 
Here we need to talk about all libs used in a Vega Strike project under windows .
 
Here we need to talk about all libs used in a Vega Strike project under windows .
  
_ Last Python libs ( debug and release version 2.7x ) .
 
  
The actual svn VEGA-VC9 folder contain an obsolete version of python ( 2.6)
+
== VS 0.5.2 dependencies :==
[http://wiki.vega-strike.org/HowTo:VCPP_Compiling]
+
  
.
+
----
Must be updated in the svn ? ( so future users won't have to solve that problem )
+
 
 +
{{FIXME}} ( todo list all the dependencies )
 +
 
 +
*DATA
 +
needed to run the .exe :
 +
 
 +
http://svn.code.sf.net/p/vegastrike/code/trunk/data
 +
Copy the content in yourLocalProject/Win32/Bin/Modules
 +
 
 +
*PYTHON 2.7
 +
The correct python package for vc9 is included in :
 +
 
 +
http://svn.code.sf.net/p/vegastrike/code/trunk/data
 +
Must be unzipped in yourLocalProject/Win32/Bin/Modules

Latest revision as of 01:05, 24 February 2014

Here we need to talk about all libs used in a Vega Strike project under windows .


VS 0.5.2 dependencies :


FIXME ( todo list all the dependencies )

  • DATA

needed to run the .exe :

http://svn.code.sf.net/p/vegastrike/code/trunk/data
Copy the content in yourLocalProject/Win32/Bin/Modules 
  • PYTHON 2.7

The correct python package for vc9 is included in :

http://svn.code.sf.net/p/vegastrike/code/trunk/data
Must be unzipped in yourLocalProject/Win32/Bin/Modules