<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 <<a href="mailto:greg.hellings@gmail.com">greg.hellings@gmail.com</a>> 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 <<a href="mailto:karl@kleinpaste.org" target="_blank">karl@kleinpaste.org</a>> 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 "podman" instead of "docker" for these, if you're on a system that's Fedora >= 31 or CentOS/RHEL 8 as Docker isn'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 "will be possible" after I add auto-building of the source container image. The middle line is the line you're missing. That will "build" the container based on the Dockerfile in win32/ and "-t xiphos" will "tag" the resulting built image as "xiphos" on your local system. That's a command you only need to run once (or if we ever edit the Dockerfile in the future, but we probably won't do that until we update to GTK3 and a new editor/display solution for Windows). The second command is what you'll run as often as you need to test the Windows compile.<br></div><div><br></div><div>You should notice that the "run" command is much faster now, as all the download and install is part of that "build" 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>"</tt><tt>podman run --rm -it -v
$(pwd):/source xiphos"</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>