mirror of
https://github.com/leozide/leocad
synced 2025-02-05 08:45:55 +01:00
Update compiling.html
This commit is contained in:
parent
19af3156ab
commit
33f057a2fd
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
<h2>Required Libraries</h2>
|
||||
<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>
|
||||
<div class="highlight"><code>$ sudo apt-get install qtbase5-dev qttools5-dev-tools libqt5opengl5-dev zlib1g-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>
|
||||
|
||||
<h2>Compiling</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue