You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

About fox 1.4.34-gl1


(lightbulb) fox-1.4.34-gl1 is just fox-1.4.34 built with the "--with-x" configuration option.  This version of fox, fox-1.4.34-gl1, is needed by FRED-v0r100p1 only on the Linux platforms.


Windows platform

  1. Download/Extract the fox-1.4.34.zip archive (available in SLAC in V:\Glast_Software\Toaster\GLAST_EXT\VC8\fox)
  2. Start Visual C++ and open the fox/windows/vcpp/win32.dsw workspace
  3. Choose foxdll project
  4. Define "HAVE_OPENGL" symbol to include OpenGL support
    1. Goto Project->Properties
      1. Under the Configuration Properties
        1. Goto C/C++->PreProcessor
          1. In the right pane, "Preprocessor Definitions" add "HAVE_OPENGL"
  5. Build foxdll
    1. goto Build -> build foxdll

      Additional documentation can be found in the "INSTALL" file in the fox-1.4.34.zip archive, such as

      Linux platform

  1. Download/Extract the fox-1.4.34.tar.gz archive (available in SLAC on /afs/slac.stanford.edu/g/glast/ground/GLAST_EXT/rhel4_gcc34/fox/)
  2. Run the configure script with the option, --with-x (you can ignore the WARNINGS that you see after running the configure script)
     ./configure --prefix=$INSTDIR --with-x
    
  • No labels