Update compiling.html

This commit is contained in:
Leonardo Zide 2021-01-08 15:23:04 -08:00 committed by GitHub
parent 84935e5d28
commit 5e8f8e9995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@
<p>Note: You can receive notifications of source code changes by watching the project on the <a href="https://github.com/leozide/leocad">Github Page</a>.</p>
<h2>Required Libraries</h2>
<p>LeoCAD requires Qt to compile. You can download the Qt SDK for all platforms from the <a href="http://qt-project.org">Qt Project Homepage</a>.</p>
<p>LeoCAD requires Qt 5.4 or later to compile. You can download the Qt SDK for all platforms from the <a href="http://qt-project.org">Qt Project Homepage</a>.</p>
<p>Linux users may find it easier to use their package manager instead with the following command:</p>
<div class="highlight"><code>$ sudo apt-get install qtbase5-dev qttools5-dev-tools libqt5opengl5-dev zlib-dev</code></div>
<p>Although it is not required, it is recommended to also download and install a <a href="library.html">parts library</a>, otherwise only a very small set of basic parts will be available.</p>