mirror of
https://github.com/leozide/leocad
synced 2025-02-10 20:48:03 +01:00
Update compiling.html
This commit is contained in:
parent
2aaf5d4344
commit
d3f767e930
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
<p>Windows users also have the option to compile with Visual Studio, you just need to use qmake to generate the project files first:</p>
|
||||
<div class="highlight"><code>C:\leocad> qmake -tp vc</code></div>
|
||||
<p>This will generate a file called 'leocad.vcxproj' that can be opened in Visual Studio.</p>
|
||||
<p>If you're using the precompile Qt libraries, make sure to install the libraries corresponding to your compiler and the Qt source code.</p>
|
||||
<p>If you're using the precompiled Qt binaries, make sure to install the libraries corresponding to your compiler and the Qt source code.</p>
|
||||
|
||||
<h4>macOS</h4>
|
||||
<p>To compile for macOS you'll need to add a <a href="library.html">Parts Library</a> to the folder where you downloaded the source code. You can download the Linux library and unzip it there:</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue