Welcome to the new version of our Linux application, now powered by Chromium Embedded Framework (CEF) and compiled with gcc/g++7. This README will help you get started with setting up and running the application.
This new version of our Linux app leverages the Chromium Embedded Framework (CEF) to provide a robust and modern web-based interface. CEF allows us to integrate web technologies seamlessly into our native application.
Before you begin, ensure you have the following installed on your system:
You can install the necessary tools and dependencies on a Debian-based system using the following commands:
sudo apt update
sudo apt install libc6 libfreetype6 libavformat-dev libavutil-dev libavcodec-dev libswscale-dev libasound2 libx11-6 libgles2-mesa
Download the .deb package from the releases page or the provided link.
sudo dpkg -i path/to/AURGA_Viewer_xxx.deb
Download the .tar.gz archive from the releases page or the provided link.
tar -xzf path/to/AURGA_Viewer_xxx.gz
cd AURGA_Viewer_xxx
./aurgav
sudo apt install build-essential cmake git libc6 libfreetype6 libavformat-dev libavutil-dev libavcodec-dev libswscale-dev libasound2 libx11-6 libgles2-mesa
if needed.If you encounter issues that are not resolved through the above steps, we recommend running the application and navigating to the home page. The home page provides detailed troubleshooting guides, FAQs, and links to our support forum where you can seek further assistance from our community and support team.
Notice: Previous versions of this application have been moved to the old_versions folder. If you need to access older releases, please navigate to this directory.
Thank you for using our new Linux app! If you have any questions or need further assistance, feel free to open an issue on our GitHub repository.