desktop.html 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <!DOCTYPE html>
  2. <html class="writer-html4" lang="en" >
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Deploying to Desktop Platforms &mdash; Crown 0.55.0 Manual 0.55.0 documentation</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
  7. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  8. <link rel="stylesheet" href="../_static/css/custom.css" type="text/css" /><link rel="shortcut icon" href="../_static/crown-black-socket.svg"/>
  9. <!--[if lt IE 9]>
  10. <script src="../_static/js/html5shiv.min.js"></script>
  11. <![endif]-->
  12. <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
  13. <script type="text/javascript" src="../_static/jquery.js"></script>
  14. <script type="text/javascript" src="../_static/underscore.js"></script>
  15. <script type="text/javascript" src="../_static/doctools.js"></script>
  16. <script type="text/javascript" src="../_static/language_data.js"></script>
  17. <script src="../_static/js/theme.js"></script>
  18. <link rel="index" title="Index" href="../genindex.html" />
  19. <link rel="search" title="Search" href="../search.html" />
  20. <link rel="copyright" title="Copyright" href="../copyright.html" />
  21. <link rel="next" title="Reference" href="../reference/index.html" />
  22. <link rel="prev" title="Deploying to HTML5" href="html5.html" />
  23. </head>
  24. <body class="wy-body-for-nav">
  25. <div class="wy-grid-for-nav">
  26. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  27. <div class="wy-side-scroll">
  28. <div class="wy-side-nav-search" >
  29. <a href="../index.html"><img src="../_static/crown-black-socket.svg" class="logo" alt="Logo"/>
  30. </a>
  31. <div class="version">
  32. Crown 0.55.0 Manual
  33. </div>
  34. <div role="search">
  35. <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
  36. <input type="text" name="q" placeholder="Search docs" />
  37. <input type="hidden" name="check_keywords" value="yes" />
  38. <input type="hidden" name="area" value="default" />
  39. </form>
  40. </div>
  41. </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
  42. <ul class="current">
  43. <li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
  44. <li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction</a></li>
  45. <li class="toctree-l1"><a class="reference internal" href="../installing_crown/index.html">Installing Crown</a></li>
  46. <li class="toctree-l1"><a class="reference internal" href="../getting_started/index.html">Getting Started</a></li>
  47. <li class="toctree-l1 current"><a class="reference internal" href="index.html">Deploying</a><ul class="current">
  48. <li class="toctree-l2"><a class="reference internal" href="android.html">Deploying to Android</a></li>
  49. <li class="toctree-l2"><a class="reference internal" href="html5.html">Deploying to HTML5</a></li>
  50. <li class="toctree-l2 current"><a class="current reference internal" href="#">Deploying to Desktop Platforms</a></li>
  51. </ul>
  52. </li>
  53. <li class="toctree-l1"><a class="reference internal" href="../reference/index.html">Reference</a></li>
  54. <li class="toctree-l1"><a class="reference internal" href="../lua_api.html">Lua API reference</a></li>
  55. <li class="toctree-l1"><a class="reference internal" href="../glossary.html">Glossary</a></li>
  56. <li class="toctree-l1"><a class="reference internal" href="../copyright.html">License</a></li>
  57. <li class="toctree-l1"><a class="reference internal" href="../hackers/index.html">Hackers</a></li>
  58. </ul>
  59. </div>
  60. </div>
  61. </nav>
  62. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
  63. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  64. <a href="../index.html">Crown 0.55.0 Manual</a>
  65. </nav>
  66. <div class="wy-nav-content">
  67. <div class="rst-content">
  68. <div role="navigation" aria-label="Page navigation">
  69. <ul class="wy-breadcrumbs">
  70. <li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
  71. <li><a href="index.html">Deploying</a> &raquo;</li>
  72. <li>Deploying to Desktop Platforms</li>
  73. <li class="wy-breadcrumbs-aside">
  74. <a href="../_sources/deploying/desktop.rst.txt" rel="nofollow"> View page source</a>
  75. </li>
  76. </ul>
  77. <hr/>
  78. </div>
  79. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  80. <div itemprop="articleBody">
  81. <div class="section" id="deploying-to-desktop-platforms">
  82. <h1>Deploying to Desktop Platforms<a class="headerlink" href="#deploying-to-desktop-platforms" title="Permalink to this headline">¶</a></h1>
  83. <p>Deploying to desktop platforms do not require any configuration.</p>
  84. <p>Cross-compiling for a Desktop Platform different than the one Crown is running
  85. on is currently not supported.</p>
  86. </div>
  87. </div>
  88. </div>
  89. <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
  90. <a href="html5.html" class="btn btn-neutral float-left" title="Deploying to HTML5" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
  91. <a href="../reference/index.html" class="btn btn-neutral float-right" title="Reference" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
  92. </div>
  93. <hr/>
  94. <div role="contentinfo">
  95. <p>&#169; <a href="../copyright.html">Copyright</a> Except where otherwise noted, content on this page is licensed under a CC-BY-SA 4.0 Int. License.</p>
  96. </div>
  97. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
  98. <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
  99. provided by <a href="https://readthedocs.org">Read the Docs</a>.
  100. </footer>
  101. </div>
  102. </div>
  103. </section>
  104. </div>
  105. <script>
  106. jQuery(function () {
  107. SphinxRtdTheme.Navigation.enable(true);
  108. });
  109. </script>
  110. <!-- Theme Analytics -->
  111. <script async src="https://www.googletagmanager.com/gtag/js?id=G-XNVGCMNDZH"></script>
  112. <script>
  113. window.dataLayer = window.dataLayer || [];
  114. function gtag(){dataLayer.push(arguments);}
  115. gtag('js', new Date());
  116. gtag('config', 'G-XNVGCMNDZH', {
  117. 'anonymize_ip': true,
  118. });
  119. </script>
  120. </body>
  121. </html>