Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(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

...

Linux platform

  1.  
  2. Download/Extract the fox-1.4.34.zip archive (available in SLAC in V:\Glast_Software\Toaster\GLAST_EXT\VC8\fox)
  3. Start Visual C++ and open the fox/windows/vcpp/win32.dsw workspace
  4. Choose foxdll project
  5. 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"
  6. Build foxdll goto Build -> build foxdll
    Panel

    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)
    Code Block
     ./configure --prefix=$INSTDIR --with-x