<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">El 1/8/23 a las 12:38, Conor Foran via
      Libav-user escribió:<br>
    </div>
    <blockquote type="cite"
cite="mid:AM7PR10MB35928A1F20D949D0C3B65728940AA@AM7PR10MB3592.EURPRD10.PROD.OUTLOOK.COM">
      <div class="elementToProof">
        <br>
      </div>
      <div class="elementToProof ContentPasted1">
        <i>"cd to the directory where you want the object files and
          executables to go and run <span>the `configure' script.
             `configure' automatically checks for the </span>source code
          in the directory that `configure' is in and in `..'."</i></div>
      <div class="elementToProof ContentPasted1">
        <div><span><br>
          </span></div>
        <div><span>Any help here would be much appreciated.</span></div>
      </div>
    </blockquote>
    <p>The library assumes you have a Unix environment.  Under Windows,
      you can use WSL (Windows 11 only I believe) or, as I would
      recommend, using MSYS2-64/MingW (any Windows).<br>
    </p>
    <p>Under MSYS, you need to install a build environment and autotools
      (MSVC won't work).  FFmpeg provides some basic instructions for it
      at:<br>
      <br>
      <a class="moz-txt-link-freetext" href="https://trac.ffmpeg.org/wiki/CompilationGuide/MinGW">https://trac.ffmpeg.org/wiki/CompilationGuide/MinGW</a></p>
    <p>The compilation will be done with gcc not MSVC, but the resulting
      binaries should be compatible.</p>
    <p>Running configure usually means the following (from a MSYS
      shell):</p>
    <pre class="userinput" style="font-family: monospace; border: 1px solid black; background-color: rgb(238, 238, 238); padding: 14.0781px; margin: 0px; color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">$ svn checkout <a class="moz-txt-link-freetext" href="https://svn.code.sf.net/p/zapping/svn/trunk/vbi">https://svn.code.sf.net/p/zapping/svn/trunk/vbi</a> vbi
$ cd vbi
$ mkdir mybuild
$ cd mybuild
$ ../configure [--optional-flags]
$ make
</pre>
    <p></p>
    <p>Hopefully, that should get you going.<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Gonzalo Garramuño
<a class="moz-txt-link-abbreviated" href="mailto:ggarra13@gmail.com">ggarra13@gmail.com</a></pre>
  </body>
</html>