Updated macOS naming.

This commit is contained in:
leozide 2017-07-19 12:24:13 -07:00
parent 76cbf0064f
commit 37963cf5f5
3 changed files with 4 additions and 4 deletions

View file

@ -100,8 +100,8 @@
<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>
<h4>OSX</h4>
<p>To compile for OSX 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>
<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>
<div class="highlight"><code>leocad$ unzip Library-Linux-7931.zip</code></div>
<h4>iOS</h4>

View file

@ -98,7 +98,7 @@ $ set LEOCAD_LIB=C:\User\Downloads\complete.zip
<p>Windows: The application looks for library.bin in the same folder where LeoCAD.exe is located.</p>
<p>Linux: This is set at compile time but it's usually either '/usr/share/leocad/library.bin' or '/usr/local/share/leocad/library.bin'.</p>
<p>FreeBSD: The default is '/usr/local/share/leocad/library.bin'.</p>
<p>Mac OSX: The 'library.bin' file in the Contents/Resources folder inside the application bundle.</p>
<p>macOS: The 'library.bin' file in the Contents/Resources folder inside the application bundle.</p>
<p>On Linux you can set the install path prefix at compile time by passing it to qmake:</p>
<div class="highlight"><code>$ qmake INSTALL_PREFIX=/my/path<br></code></div>
<p>This will change the default library path to /my/path/leocad/library.bin</p>

View file

@ -50,7 +50,7 @@
</div>
<div class="marketing-col">
<h3>Cross&nbsp;Platform, Open&nbsp;Source</h3>
<p>Native versions are available for Windows, Linux and OSX so users are familiar with the program interface.</p>
<p>Native versions are available for Windows, Linux and macOS so users are familiar with the program interface.</p>
<p>LeoCAD is Open Source so anyone can contribute with fixes and features, and it's always going to remain free.</p>
</div>
</div>