<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 17, 2020 at 10:39 PM Greg Hellings &lt;<a href="mailto:greg.hellings@gmail.com">greg.hellings@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 17, 2020 at 2:15 PM Karl Kleinpaste &lt;<a href="mailto:karl@kleinpaste.org" target="_blank">karl@kleinpaste.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <div>On 5/17/20 12:08 PM, Greg Hellings
      wrote:<br>
    </div>
    <blockquote type="cite">Have
      you executed the podman build step, per the new docs?</blockquote>
    <br>
    <tt>$ </tt><tt>grep -rl podman</tt><tt><br>
    </tt><tt>win32/WindowsBuildNotes.txt</tt><tt><br></tt></div></blockquote><div><br></div><div>$ grep docker win32/WindowsBuildNotes.txt <br>docker run --rm -it -v $(pwd):/source greg-hellings/xiphos<br>docker build -t xiphos win32<br>docker run --rm -it -v $(pwd):/source xiphos</div></div></div></blockquote><div><br></div><div>Caveat lector: use &quot;podman&quot; instead of &quot;docker&quot; for these, if you&#39;re on a system that&#39;s Fedora &gt;= 31 or CentOS/RHEL 8 as Docker isn&#39;t really supported on those systems. The rest of the command is identical in all cases.</div><div><br></div><div>--Greg<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div><br></div><div>The first line is what &quot;will be possible&quot; after I add auto-building of the source container image. The middle line is the line you&#39;re missing. That will &quot;build&quot; the container based on the Dockerfile in win32/ and &quot;-t xiphos&quot; will &quot;tag&quot; the resulting built image as &quot;xiphos&quot; on your local system. That&#39;s a command you only need to run once (or if we ever edit the Dockerfile in the future, but we probably won&#39;t do that until we update to GTK3 and a new editor/display solution for Windows). The second command is what you&#39;ll run as often as you need to test the Windows compile.<br></div><div><br></div><div>You should notice that the &quot;run&quot; command is much faster now, as all the download and install is part of that &quot;build&quot; step instead of being crammed into the shell script.</div><div><br></div><div>--Greg<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><tt>
    </tt><tt>$ </tt><br>
    <br>
    <font face="FreeSerif">Not much ref to podman there.<br>
      <br>
      Attempting </font><tt>&quot;</tt><tt>podman run --rm -it -v
      $(pwd):/source xiphos&quot;</tt> <font face="FreeSerif">(per that
      file) was ... verbosely unsuccessful.<br>
      <br>
      What am I missing?</font><br>
  </div>

_______________________________________________<br>
xiphos-devel mailing list<br>
<a href="mailto:xiphos-devel@crosswire.org" target="_blank">xiphos-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/xiphos-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/xiphos-devel</a><br>
</blockquote></div></div>
</blockquote></div></div>