MXL Player getting started
System requirements
- Linux distribution with glibc 2.17 or newer
- The extent of hardware acceleration depends on the graphics card used and possibly on the driver version.
Installation options
Installation can be performed using an AppImage or a Self-extracting archive.
AppImage
Download
Download the installation package to the designated location such as the ~/Downloads directory and make it executable‚:
cd ~/Downloads
chmod a+x MXL_Player-3.*-x86_64.AppImage
Usage
Starting the MXL Player with --help
displays all command line options.
To playback one or more recorded files use the following command:
./MXL_Player-3.*-x86_64.AppImage [options] [record_file(s)]
Uninstall
Just remove the AppImage from your system:
rm MXL_Player-3.*-x86_64.AppImage
Self-extracting archive
Download
Download the installation package to the designated location such as the /tmp directory and make sure it is executable:
cd /tmp
chmod a+x MXL_Player-3.*-Linux-x86_64.run
Installation
Navigate to the directory where the MXL Player should be installed such as /opt, and execute the file with administrative privileges:
cd /opt
sudo /tmp/MXL_Player-3.*-Linux-x86_64.run
Usage
Starting the MXL Player with --help
displays all command line options.
To playback one or more recorded files use the following command:
/opt/mxl_player-3/bin/mxl_player [options] [record_file(s)]
Uninstall
In order to remove the software execute the following command:
sudo /opt/mxl_player-3/bin/uninstall.sh