mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2026-05-07 00:05:36 +02:00
Update README.md
This commit is contained in:
32
README.md
32
README.md
@@ -68,12 +68,42 @@ It's recommended that if you're new you start with the stable builds. Developmen
|
||||
- Internet connection (Cable/DSL speeds recommended)!
|
||||
- Latest graphics driver, see <a href="https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki/Supported-Graphics-Cards">here</a>!
|
||||
- Latest wine version (winehq-staging), because with some versions of wine where no internet connection works!
|
||||
- The script fails silently on some Linux distributions if the package „dialog" isn't installed!
|
||||
- My script install some packages (dialog, p7zip, p7zip-full, p7zip-rar, curl, wget, winbind, cabextract, wine, wine-mono, wine_gecko, winetricks, ...)!
|
||||
- Supported Linux distributions:
|
||||
|
||||

|
||||
|
||||
- Check if you have installed zenity and xterm on your Linux distribution:
|
||||
|
||||
#### Debian based systems:
|
||||
|
||||
sudo apt-get update && sudo apt-get install software-properties-common zenity xterm
|
||||
|
||||
#### Red Hat based systems:
|
||||
|
||||
sudo dnf update && sudo dnf install zenity xterm
|
||||
|
||||
#### Arch based systems:
|
||||
|
||||
sudo pacman -Sy --needed zenity xterm
|
||||
|
||||
#### openSUSE based systems:
|
||||
|
||||
su -c 'zypper up && zypper install zenity xterm'
|
||||
|
||||
#### Void based systems:
|
||||
|
||||
sudo xbps-install -Sy zenity xterm
|
||||
|
||||
#### Solus based systems:
|
||||
|
||||
sudo eopkg install zenity xterm
|
||||
|
||||
|
||||
#### Gentoo based systems:
|
||||
|
||||
sudo emerge -av gnome-extra/zenity x11-terms/xterm
|
||||
|
||||
---
|
||||
|
||||
## Getting Started
|
||||
|
||||
Reference in New Issue
Block a user