sudo apt-get install -y make g++After installing the .deb package:
flyenvOr if installed via download:
./FlyEnv --no-sandboxIf the application doesn't start or shows a blank screen:
-
GPU/Sandbox Issues: Try running with the
--no-sandboxflag:flyenv --no-sandbox
-
Missing Dependencies: Ensure you have the required system libraries:
sudo apt-get install -y libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 xdg-utils libatspi2.0-0 libdrm2 libgbm1 libxcb-dri3-0
-
Check Logs: Look for error messages in:
~/.flyenv-launch-flag(if created, indicates first launch failed)- System logs:
journalctl -xe
If you encounter permission errors, ensure the application has execute permissions:
chmod +x /path/to/FlyEnv-
Install dependencies:
cd FlyEnv yarn install -
Build the application:
yarn run build
The built packages will be in the release/ directory.