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
84935e5d28
commit
5e8f8e9995
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue