Install FoxyFace Linux - Jeka8833/FoxyFace GitHub Wiki
Compiling on Linux is not a thankless task, so you'll have to work in the terminal. The whole idea is to install libraries and run a Python application, if you know simple methods on how to do that, I won't restrict you.
To install the FoxyFace program, follow these steps in order:
python3 --version
The Python version should be 3.12, if it is not, google how to install that version. It may work with older versions as well, but the author of the article has not tested it.
git clone --recurse-submodules https://github.com/Jeka8833/FoxyFace.git
cd FoxyFace/FoxyFace
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python Main.py
Important
Do not forget to install the FoxyFaceVRCFTInterface module after you install the FoxyFace program.
This is most likely to happen because your system does not have the necessary libraries. See what is missing in your system and install it.
The program should have created a file "latest.log", this file will be needed when you want to report a bug on GitHub Issues or Discord #Jeka8833.