Update compiling.html

This commit is contained in:
Leonardo Zide 2018-02-07 15:28:07 -08:00 committed by GitHub
parent 2aaf5d4344
commit d3f767e930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>