Compiling the sources

From World Wind Wiki

Revision as of 22:55, 11 March 2005 by 68.232.139.98 (Talk)
Jump to: navigation, search

WORLD WIND 1.3 CVS Build Instructions

1. Install Microsoft Visual Studio C# .NET 2005 Express or equivalent

a.	Recommend building the 60 second program to verify everything works.

2. Install World Wind 1.3 from web site. http://worldwind.arc.nasa.gov/download.html

a.	Install it in default location:

3. Download and install WinCVS

a.	Launch WinCVS
b.	(from : http://worldwind.arc.nasa.gov/forums/index.php?showtopic=1658&st=0&p=9218&#entry9218)
c.	Create a directory on your drive where you'd like to develop from (eg C:\app\ww\src-cvs)
d.	Launch WinCVS
e.	Select your directory in the directory pane on the left side
f.	Right Click the directory in the pane and choose "Checkout Module..."
g.	Type "WorldWind" in "Module Name and path on the server"
h.	Type ":pserver;username=anonymous;hostname=cvs.sourceforge.net:/cvsroot/nasa-exp" in "CVSROOT"
i.	Click OK. 
j.	A window will pop up, navigate to the same folder from step c.
k.	Click OK, CVS software will start download.
l.	CVS Will now check out the source code for WorldWind in a "WorldWind" directory under your chosen one.

(A window may come up asking for your default directory. Just click OK) Close WinCVS)

m.	Close WinCVS

4. Navigate to the following file (double click it):

a.	C:\app\ww\src-cvs\WorldWind\WorldWindow.sln
b.	If using MS VS 2005 it will ask to convert the file, NEXT->NEXT->FINISH
c.	F5 to build
d.	Close MS VS

5. Navigate to the following file (double click it):

a.	C:\app\ww\src-cvs\WorldWind\WorldWind.sln
b.	If using MS VS 2005 it will ask to convert the file, NEXT->NEXT->FINISH
c.	F5 to build
d.	You may now get an error due to a missing file 
  i.	Could not find a part of the path C:\app\ww\src-cvs\WorldWind\bin\Debug\Data\Earth\Placenmaes\Country\ww.wpl
 ii.	Copy the (Earth) folder from the 1.3 install of the full application directory start from C:\Program Files\NASA\World Wind 1.3\Data TO C:\app\ww\src-cvs\WorldWind\bin\Debug\Data
e.	Now retry step 5c, it should launch
f.	Final step MSVS->Main Menu->File->Save  or Save as.
g.	You can not navigate to the C:\app\ww\src-cvs\WorldWind\bin\Debug directory and launch your compiled version.


Resources:

irc.freenode.net, #worldwind #worldwind-dev
Personal tools