installing_on_linux.html 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <!DOCTYPE html>
  2. <html class="writer-html5" lang="en" >
  3. <head>
  4. <meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
  5. <meta property="article:modified_time" content="2025-01-13T16:51:48+00:00" /><meta property="og:title" content="Installing on Linux" />
  6. <meta property="og:type" content="website" />
  7. <meta property="og:url" content="https://docs.crownengine.org/html/latest/installing_crown/installing_on_linux.html" />
  8. <meta property="og:site_name" content="Crown 0.60.0 Manual" />
  9. <meta property="og:description" content="Installing from crownengine.org: Download Crown Tarball and extract it somewhere on your filesystem. Open the extracted folder and double-click the crown-launcher executable to launch the Crown Editor. Installing from Package Manager: If you use ArchLinux, you can install Crow..." />
  10. <meta name="description" content="Installing from crownengine.org: Download Crown Tarball and extract it somewhere on your filesystem. Open the extracted folder and double-click the crown-launcher executable to launch the Crown Editor. Installing from Package Manager: If you use ArchLinux, you can install Crow..." />
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  12. <title>Installing on Linux &mdash; Crown 0.60.0 Manual 0.61.0 documentation</title>
  13. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  14. <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
  15. <link rel="stylesheet" href="../_static/css/custom.css" type="text/css" />
  16. <link rel="shortcut icon" href="../_static/org.crownengine.Crown.svg"/>
  17. <link rel="canonical" href="https://docs.crownengine.org/html/latest/installing_crown/installing_on_linux.html" />
  18. <!--[if lt IE 9]>
  19. <script src="../_static/js/html5shiv.min.js"></script>
  20. <![endif]-->
  21. <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
  22. <script src="../_static/jquery.js"></script>
  23. <script src="../_static/underscore.js"></script>
  24. <script src="../_static/doctools.js"></script>
  25. <script src="../_static/js/theme.js"></script>
  26. <link rel="index" title="Index" href="../genindex.html" />
  27. <link rel="search" title="Search" href="../search.html" />
  28. <link rel="copyright" title="Copyright" href="../copyright.html" />
  29. <link rel="next" title="Installing on Windows" href="installing_on_windows.html" />
  30. <link rel="prev" title="Hardware Requirements" href="hardware_requirements.html" />
  31. </head>
  32. <body class="wy-body-for-nav">
  33. <div class="wy-grid-for-nav">
  34. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  35. <div class="wy-side-scroll">
  36. <div class="wy-side-nav-search" >
  37. <a href="../index.html">
  38. <img src="../_static/org.crownengine.Crown.svg" class="logo" alt="Logo"/>
  39. </a>
  40. <div class="version">
  41. Crown 0.60.0 Manual
  42. </div>
  43. <div role="search">
  44. <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
  45. <input type="text" name="q" placeholder="Search docs" />
  46. <input type="hidden" name="check_keywords" value="yes" />
  47. <input type="hidden" name="area" value="default" />
  48. </form>
  49. </div>
  50. </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
  51. <ul class="current">
  52. <li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
  53. <li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction</a></li>
  54. <li class="toctree-l1 current"><a class="reference internal" href="index.html">Installing Crown</a><ul class="current">
  55. <li class="toctree-l2"><a class="reference internal" href="hardware_requirements.html">Hardware Requirements</a></li>
  56. <li class="toctree-l2 current"><a class="current reference internal" href="#">Installing on Linux</a><ul>
  57. <li class="toctree-l3"><a class="reference internal" href="#installing-from-crownengine-org">Installing from crownengine.org</a></li>
  58. <li class="toctree-l3"><a class="reference internal" href="#installing-from-package-manager">Installing from Package Manager</a></li>
  59. </ul>
  60. </li>
  61. <li class="toctree-l2"><a class="reference internal" href="installing_on_windows.html">Installing on Windows</a></li>
  62. </ul>
  63. </li>
  64. <li class="toctree-l1"><a class="reference internal" href="../getting_started/index.html">Getting Started</a></li>
  65. <li class="toctree-l1"><a class="reference internal" href="../level_editor/index.html">The Level Editor</a></li>
  66. <li class="toctree-l1"><a class="reference internal" href="../importing_resources/index.html">Importing Resources</a></li>
  67. <li class="toctree-l1"><a class="reference internal" href="../gameplay/index.html">Writing Gameplay</a></li>
  68. <li class="toctree-l1"><a class="reference internal" href="../deploying/index.html">Deploying</a></li>
  69. <li class="toctree-l1"><a class="reference internal" href="../reference/index.html">Reference</a></li>
  70. <li class="toctree-l1"><a class="reference internal" href="../lua_api.html">Lua API reference</a></li>
  71. <li class="toctree-l1"><a class="reference internal" href="../glossary.html">Glossary</a></li>
  72. <li class="toctree-l1"><a class="reference internal" href="../copyright.html">License</a></li>
  73. <li class="toctree-l1"><a class="reference internal" href="../hackers/index.html">Hackers</a></li>
  74. </ul>
  75. </div>
  76. </div>
  77. </nav>
  78. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
  79. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  80. <a href="../index.html">Crown 0.60.0 Manual</a>
  81. </nav>
  82. <div class="wy-nav-content">
  83. <div class="rst-content">
  84. <div role="navigation" aria-label="Page navigation">
  85. <ul class="wy-breadcrumbs">
  86. <li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
  87. <li><a href="index.html">Installing Crown</a> &raquo;</li>
  88. <li>Installing on Linux</li>
  89. <li class="wy-breadcrumbs-aside">
  90. <a href="../_sources/installing_crown/installing_on_linux.rst.txt" rel="nofollow"> View page source</a>
  91. </li>
  92. </ul>
  93. <hr/>
  94. </div>
  95. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  96. <div itemprop="articleBody">
  97. <section id="installing-on-linux">
  98. <h1>Installing on Linux<a class="headerlink" href="#installing-on-linux" title="Permalink to this headline">¶</a></h1>
  99. <section id="installing-from-crownengine-org">
  100. <h2>Installing from crownengine.org<a class="headerlink" href="#installing-from-crownengine-org" title="Permalink to this headline">¶</a></h2>
  101. <p><a class="reference external" href="https://www.crownengine.org/download">Download Crown</a> Tarball and extract it
  102. somewhere on your filesystem.</p>
  103. <p>Open the extracted folder and double-click the <code class="docutils literal notranslate"><span class="pre">crown-launcher</span></code> executable to
  104. launch the Crown Editor.</p>
  105. </section>
  106. <section id="installing-from-package-manager">
  107. <h2>Installing from Package Manager<a class="headerlink" href="#installing-from-package-manager" title="Permalink to this headline">¶</a></h2>
  108. <p>If you use ArchLinux, you can install Crown directly from your favorite package
  109. manager:</p>
  110. <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">yay</span> <span class="o">-</span><span class="n">Sy</span> <span class="n">crown</span>
  111. </pre></div>
  112. </div>
  113. </section>
  114. </section>
  115. </div>
  116. </div>
  117. <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
  118. <a href="hardware_requirements.html" class="btn btn-neutral float-left" title="Hardware Requirements" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
  119. <a href="installing_on_windows.html" class="btn btn-neutral float-right" title="Installing on Windows" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
  120. </div>
  121. <hr/>
  122. <div role="contentinfo">
  123. <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.
  124. <span class="lastupdated">Last updated on Jan 13, 2025.
  125. </span></p>
  126. </div>
  127. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
  128. <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
  129. provided by <a href="https://readthedocs.org">Read the Docs</a>.
  130. </footer>
  131. </div>
  132. </div>
  133. </section>
  134. </div>
  135. <script>
  136. jQuery(function () {
  137. SphinxRtdTheme.Navigation.enable(true);
  138. });
  139. </script>
  140. <!-- Theme Analytics -->
  141. <script async src="https://www.googletagmanager.com/gtag/js?id=G-XNVGCMNDZH"></script>
  142. <script>
  143. window.dataLayer = window.dataLayer || [];
  144. function gtag(){dataLayer.push(arguments);}
  145. gtag('js', new Date());
  146. gtag('config', 'G-XNVGCMNDZH', {
  147. 'anonymize_ip': true,
  148. });
  149. </script>
  150. </body>
  151. </html>