Hi Jon,

----- "Jon S. Berndt" a écrit :

> > I updated this document recently :
> > http://gitorious.org/fg/flightgear/blobs/next/docs-mini/README.MSVC
> > 
> > I tested the described procedure in a blank virtual machine, so you
> > have good chances to succeed ;-) All the prerequisites are
> available
> > already compiled from the provided links
> > 
> > Anyway, VS2010 is too early for OSG, so stay with 2008 for the
> moment.
> > 
> > Regards,
> > -Fred
> 
> This is a great process, and I ended up with an executable. However,
> it won't run by double-clicking on the application icon because it
> can't find OSG. I think I know what this is about. The OSG libraries
> are part of the 3rd party zip file I downloaded, right? But, I didn't
> see anything about how/where to install those files. What do I do with
> those, so that the .exe sees the libraries/dlls?

Procedure above has been updated. Changes are :

--- a/docs-mini/README.MSVC
+++ b/docs-mini/README.MSVC
@@ -84,11 +84,15 @@ Typical setup should decompose into the following steps :
  11. Save file as version.h in the same directory
  12. Start build (usually F7)
  13. Wait...
- 14. Enjoy - programs are in 
D:\FGFSDevel\FlightGear\projects\VC90\Win32\Release
+ 14. Add <any_directory_on_any_drive>/install/msvc90/OpenSceneGraph/bin and 
<any_directory_on_any_drive>/3rdParty/bin to your PATH environ
+ 15. Enjoy - programs are in 
D:\FGFSDevel\FlightGear\projects\VC90\Win32\Release

 It is also possible to compile a Debug version. This is only useful when 
hacking the code because
 a Debug version is way slower than the Release one.

+The 64bit build is only available to people having the Professional edition of 
Visual Studio 2008. In that case, 14. above should be :
+ 14. Add <any_directory_on_any_drive>/install/msvc90-64/OpenSceneGraph/bin and 
<any_directory_on_any_drive>/3rdParty.x64/bin to your PATH 
+
 When the manual build works, it is possible to start it from the command line. 
This is useful
 when setting up a build server or automating the process of retrieving the 
code and building
 it in a scheduled task. To do that :

------
So What you have to do now is to update your User or System PATH variable and 
add <any_directory_on_any_drive>/install/msvc90/OpenSceneGraph/bin and 
<any_directory_on_any_drive>/3rdParty/bin to it.

Regards,
-Fred

-- 
Frédéric Bouvier
http://my.fotolia.com/frfoto/              Photo gallery - album photo
http://www.youtube.com/user/fgfred64       Videos


------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to