Installation can be performed using an AppImage or a Self-extracting archive.
Download the installation package to the designated location such as the ~/Downloads directory and make it executable:
cd ~/Downloads
chmod a+x MXL_Recorder-4.*-x86_64.AppImage
Starting the MXL Recorder with --help displays all command line options.
The MXL Recorder can be configured by executing:
./MXL_Recorder-4.*-x86_64.AppImage
After the configuration the recording can be started using the following command:
./MXL_Recorder-4.*-x86_64.AppImage record
Send signal SIGTERM (e.g. by CTRL-C) to the recorder in order to gracefully stop the recording. An ungraceful termination makes the recorded file unseekable.
Just remove the AppImage from your system:
rm MXL_Recorder-4.*-x86_64.AppImage
Download the installation package to the designated location such as the /tmp directory and make it executable:
cd /tmp
chmod a+x MXL_Recorder-4.*-Linux-x86_64.run
Navigate to the directory where the MXL Recorder should be installed such as /opt, and execute the file with administrative privileges:
cd /opt
sudo /tmp/MXL_Recorder-4.*-Linux-x86_64.run
Starting the MXL Recorder with --help displays all command line options.
After the installation the MXL Recorder can be configured by executing:
/opt/mxl_recorder-4/bin/mxl_recorder
After the configuration the recording can be started using the following command:
/opt/mxl_recorder-4/bin/mxl_recorder record
Send signal SIGTERM (e.g. by CTRL-C) to the recorder in order to gracefully stop the recording. An ungraceful termination makes the recorded file unseekable.
In order to remove the software execute the following command:
sudo /opt/mxl_recorder-4/bin/uninstall.sh