]> git.mxchange.org Git - flightgear.git/blobdiff - docs-mini/FlightGear-FAQ.html
MSVC fix.
[flightgear.git] / docs-mini / FlightGear-FAQ.html
index d783fc96ac217aca74e696369790c42c3a204c6f..12e3ca3cfa9dfb1ccb8c2f7c19f05859bf60c34c 100644 (file)
     <a href="#5">Running</a>
     </h4>
     <div class="indent">5.1 -
-      <a href="#5.1">Why do I get an error loading libmk4.so.0?</a>
+      <a href="#5.1">Why do I get an error loading libopenal.so.0?</a>
     </div>
     <div class="indent">5.2 -
       <a href="#5.2">Why do I get "ssgInit called without a valid OpenGL context"?</a>
     </b>
         <div class="indent">
           <p>Well, that depends.  First make sure you are using the appropriate
-          versions of FlightGear, SimGear, plib, zlib, and metakit.  If any of
+          versions of FlightGear, SimGear, plib, zlib.  If any of
           the packages are out of sync with the others, compilation may fail.</p>
           <p>The FlightGear <i>Downloads</i> page
           (<a href="http://flightgear.org/Downloads/">http://flightgear.org/Downloads/</a>)
     </b>
         <div class="indent">
           <p>The scenery archive files (ie. w100n30.tar.gz) should be untarred
-          into the <code>Scenery/</code> directory in your
+          into the <code>Scenery/Terrain</code> directory in your
           <code>$FG_ROOT</code>.</p>
         </div>
       
     </h2>
         <b>
       <a name="5.1">5.1 -
-    <u>Why do I get an error loading libmk4.so.0?</u>
+    <u>Why do I get an error loading libopenal.so.0?</u>
       </a>
     </b>
         <div class="indent">
-          <p>With the default installation, libmk4.so.0 is installed into
+          <p>With the default installation, libopenal.so.0 is installed into
           <code>/usr/local/lib</code>.  You need to ensure that that path is
           listed in <code>/etc/ld.so.conf</code>, then run <i>`ldconfig`</i>as
           root.</p>