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

From VsWiki
Jump to: navigation, search
(Created page with " 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...")
 
(update to 0.5.2 state)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
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
  
Here we need to talk about all libs used in a Vega Strike project under windows .
+
*PYTHON 2.7
 +
The correct python package for vc9 is included in :
  
_ Last Python libs ( debug and release version 2.7x ) .
+
http://svn.code.sf.net/p/vegastrike/code/trunk/data
The actual svn VEGA-VC9 folder contain an obsolete version of python ( 2.6) .
+
Must be unzipped in yourLocalProject/Win32/Bin/Modules
Must be updated in the svn ? ( so future users won't have to solve that problem )
 

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