Install the PML Companion (PMLC) version 4.0.0 on macOS
Overview
PMLC is available as:
- A set of Java
.jar
files (requires Java to be installed on your system) - Java source code files (requires PMLC to be build with Java)
Installation
Please choose:
Java .jar
files
-
Prerequisite: If not done already, you need to install Java version 17 or later.
If you need instructions, please search the internet for "install java on macOS".
-
Download pmlc-4.0.0.zip.
-
Unzip the dowloaded file into any directory of your choice.
For instructions, please search the internet for "extract zip file on macOS".
-
Add the
bin
sub-directory of the extracted files to your OSPATH
environment variable.Note:
- If you need instructions, please search the internet for "set path variable on macOS".
Java source code files
You can build PMLC from the Java source code files which are available on Github
Test
After installing PMLC, proceed as follows:
-
To check the installation, open a terminal and type:
pmlc info
You should see a message like the following one:
Application name: PML Companion Short name: PMLC Version: 4.0.0 Version date: 2023-02-23 ...
-
Follow the instructions in Quick Start to create a PML document and convert it into HTML.
-
Enjoy!