From 37963cf5f577dca9947293bff277c75042170722 Mon Sep 17 00:00:00 2001 From: leozide Date: Wed, 19 Jul 2017 12:24:13 -0700 Subject: [PATCH] Updated macOS naming. --- docs/compiling.html | 4 ++-- docs/library.html | 2 +- index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/compiling.html b/docs/compiling.html index 55290aae..9920a7ed 100644 --- a/docs/compiling.html +++ b/docs/compiling.html @@ -100,8 +100,8 @@
C:\leocad> qmake -tp vc

This will generate a file called 'leocad.vcxproj' that can be opened in Visual Studio.

-

OSX

-

To compile for OSX you'll need to add a Parts Library to the folder where you downloaded the source code. You can download the Linux library and unzip it there:

+

macOS

+

To compile for macOS you'll need to add a Parts Library to the folder where you downloaded the source code. You can download the Linux library and unzip it there:

leocad$ unzip Library-Linux-7931.zip

iOS

diff --git a/docs/library.html b/docs/library.html index 7da2934a..bc52186f 100644 --- a/docs/library.html +++ b/docs/library.html @@ -98,7 +98,7 @@ $ set LEOCAD_LIB=C:\User\Downloads\complete.zip

Windows: The application looks for library.bin in the same folder where LeoCAD.exe is located.

Linux: This is set at compile time but it's usually either '/usr/share/leocad/library.bin' or '/usr/local/share/leocad/library.bin'.

FreeBSD: The default is '/usr/local/share/leocad/library.bin'.

-

Mac OSX: The 'library.bin' file in the Contents/Resources folder inside the application bundle.

+

macOS: The 'library.bin' file in the Contents/Resources folder inside the application bundle.

On Linux you can set the install path prefix at compile time by passing it to qmake:

$ qmake INSTALL_PREFIX=/my/path

This will change the default library path to /my/path/leocad/library.bin

diff --git a/index.html b/index.html index 7b2e83c6..2a45a2cd 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@

Cross Platform, Open Source

-

Native versions are available for Windows, Linux and OSX so users are familiar with the program interface.

+

Native versions are available for Windows, Linux and macOS so users are familiar with the program interface.

LeoCAD is Open Source so anyone can contribute with fixes and features, and it's always going to remain free.