Download¶
Note
Currently, we have the Windows and Linux version of the software available, the Mac version of the software will come soon!
Windows¶
 
- Download the pre-compiled software from - here
- Unzip it by whatever software you used. 
- Change to the “P-Trans-windows” directory, and 
- Double click the - mcp-viewer.exeto load the software.
- Click - Load -> Examplesto explore different examples.
- Enjoy!! 
Note
If the software exits abnormally, you may need to run it in a compatibility mode, which can be done as follows:
- Right-click on the - mcp-viewer.exeand select Properties.
- Under the Compatibility tab, enable Run this program in compatibility mode for windows 7 
- Click Apply button. 
Linux¶
 
- Download the pre-compiled software from - here
- Open a terminal, and run: - tar -xvzf P-Trans-linux.tar.gz
- cd P-Trans-linux
- Run the software by : - ./mcp-viewer
- Enjoy!! 
Mac¶
 
- Download the pre-compiled software from - here
- Open a terminal, and run: - tar -xvzf P-Trans-Mac.tar.gz
- cd P-Trans-Mac
- Run the software by : - ./mcp-viewer
- 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