comparison Building.html @ 46:5de364cb2847

Doc tweaks.
author David Barts <davidb@stashtea.com>
date Mon, 04 May 2020 11:06:14 -0700
parents 6999afa6fff3
children fb407182ba76
comparison
equal deleted inserted replaced
45:c9cf2b01c91c 46:5de364cb2847
78 (these are found in the menu under Visual Studio; the standard command 78 (these are found in the menu under Visual Studio; the standard command
79 prompt will not work, because it won’t have the Visual Studio command-line 79 prompt will not work, because it won’t have the Visual Studio command-line
80 tools in its PATH).</p> 80 tools in its PATH).</p>
81 <h3>Compile Kotlin Source and Bundle an App</h3> 81 <h3>Compile Kotlin Source and Bundle an App</h3>
82 <p>Just type <code>ant macapp</code>, <code>ant winapp</code>, or <code>ant 82 <p>Just type <code>ant macapp</code>, <code>ant winapp</code>, or <code>ant
83 deb</code> depending on whether you are building on a Mac, Windows, or 83 deb</code> depending on whether you are building on a Mac, Windows, or
84 Debian Linux (note that Ubuntu is a Debian variant).</p> 84 Debian Linux (note that Ubuntu is a Debian variant).</p>
85 <h3>That’s It!</h3> 85 <h3>That’s It!</h3>
86 <p>If all went well, a system-specific bundle should be found in the <code>dist</code> 86 <p>If all went well, a system-specific bundle should be found in the <code>dist</code>
87 directory.</p> 87 directory.</p>
88 <h2>Building a (Somewhat) Universal Jar</h2> 88 <h2>Building a (Somewhat) Universal Jar</h2>