Download

Note

Currently, we have the Windows and Linux version of the software available, the Mac version of the software will come soon!

Windows

_images/Windows_logo.png
  1. Download the pre-compiled software from here

  2. Unzip it by whatever software you used.

  3. Change to the “P-Trans-windows” directory, and

  4. Double click the mcp-viewer.exe to load the software.

  5. Click Load -> Examples to explore different examples.

  6. Enjoy!!

Note

If the software exits abnormally, you may need to run it in a compatibility mode, which can be done as follows:

  1. Right-click on the mcp-viewer.exe and select Properties.

  2. Under the Compatibility tab, enable Run this program in compatibility mode for windows 7

  3. Click Apply button.

Linux

_images/Linux_logo.png
  1. Download the pre-compiled software from here

  2. Open a terminal, and run: tar -xvzf P-Trans-linux.tar.gz

  3. cd P-Trans-linux

  4. Run the software by : ./mcp-viewer

  5. Enjoy!!

Mac

_images/mac_logo.png
  1. Download the pre-compiled software from here

  2. Open a terminal, and run: tar -xvzf P-Trans-Mac.tar.gz

  3. cd P-Trans-Mac

  4. Run the software by : ./mcp-viewer

  5. Enjoy!!

Note

If the software dump error message like

dyld: Library not loaded: @rpath/QtXml.framework/Versions/5/QtXml
Referenced from: /Users/./mcp-viewer
Reason: image not found

You may need to install Qt5 on your machine. A good example on how to install Qt5 can be found here here