Deployed c8fcb2c with MkDocs version: 1.6.0
This commit is contained in:
@@ -1224,7 +1224,7 @@
|
||||
|
||||
|
||||
<h1 id="build-package">Build Package</h1>
|
||||
<p>Building a distributable package with an executable for Artemis creates a practical solution for end-users, as they can run the application without needing to interact with the terminal and they can easily share the application as a stand-alone package.</p>
|
||||
<p>Building a distributable package with an executable for Artemis creates a practical solution for end-users, as they can run the application without needing to interact with the terminal and they can easily share the application as a standalone package.</p>
|
||||
<h2 id="requirements">Requirements</h2>
|
||||
<ul>
|
||||
<li>Python (3.11 or higher)</li>
|
||||
@@ -1235,7 +1235,7 @@
|
||||
</div>
|
||||
<div class="admonition warning">
|
||||
<p class="admonition-title">Cross-Compilation</p>
|
||||
<p>To generate standalone packages, an operating system that matches the target OS must be used, as Nuitka does not support cross-compilation. For example: you cannot build binaries on Windows that work on Linux or macOS.</p>
|
||||
<p>An operating system that matches the target OS must be used to generate standalone packages, as Nuitka does not support cross-compilation. For example, you cannot build binaries on Windows that work on Linux or macOS.</p>
|
||||
</div>
|
||||
<h2 id="windows"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h11.377v11.372H0Zm12.623 0H24v11.372H12.623ZM0 12.623h11.377V24H0Zm12.623 0H24V24H12.623"/></svg></span> Windows</h2>
|
||||
<h3 id="procedure">Procedure</h3>
|
||||
@@ -1246,7 +1246,7 @@
|
||||
</code></pre></div>
|
||||
</li>
|
||||
<li>
|
||||
<p>Wait for the build process to complete. This may take a few minutes depending on your system's performance. Once the process finishes, check the <code>artemis.dist/</code> directory: it will contain the stand-alone software with the <code>artemis.exe</code> executable.</p>
|
||||
<p>Wait for the build process to complete. This may take a few minutes depending on your system's performance. Once the process finishes, check the <code>artemis.dist/</code> directory: it will contain the standalone software with the <code>artemis.exe</code> executable.</p>
|
||||
</li>
|
||||
</ol>
|
||||
<hr />
|
||||
@@ -1259,7 +1259,7 @@
|
||||
</code></pre></div></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Wait for the build process to complete. This may take a few minutes depending on your system's performance. Once the process finishes, check the <code>artemis.dist/</code> directory: it will contain the stand-alone software with the <code>app.bin</code> executable.</p>
|
||||
<p>Wait for the build process to complete. This may take a few minutes depending on your system's performance. Once the process finishes, check the <code>artemis.dist/</code> directory: it will contain the standalone software with the <code>app.bin</code> executable.</p>
|
||||
</li>
|
||||
<li>If you wish to create a shortcut, follows the procedure in the <a href="../installation/#create-a-shortcut">installation section</a></li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user