From 8878f24fac87fdaf6b6f213fd1050816fd98a19a Mon Sep 17 00:00:00 2001 From: cryinkfly Date: Sat, 21 Feb 2026 11:20:30 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 141 ++++++++++++++++++++++++------------------------------ 1 file changed, 63 insertions(+), 78 deletions(-) diff --git a/README.md b/README.md index 2344e6c..44c6201 100644 --- a/README.md +++ b/README.md @@ -110,16 +110,17 @@ As a fan of both Fusion 360 and Linux, I'm excited to do my part in making this -

📖 Do you want to learn everything about the Autodesk Fusion 360 features?

- 🔹 Then visit the official YouTube channel where you you can watch many hours of free tutorials -
- 🔹 Or visit the website of Autodesk Fusion 360. + +### Do you want to learn everything about the Autodesk Fusion 360 features? + +- Then visit the official YouTube channel where you you can watch many hours of free tutorials +- Or visit the website of Autodesk Fusion 360. --- -
-

How much does Fusion 360 cost?

- +## How much does Fusion 360 cost? + +
@@ -149,33 +150,30 @@ As a fan of both Fusion 360 and Linux, I'm excited to do my part in making this
License
-

📖 Do you want to learn everything about the Autodesk Fusion 360 subscription options?

- 🔹 Then visit the website of Autodesk Fusion 360. -

+ +### Do you want to learn everything about the Autodesk Fusion 360 subscription options? + +- Then visit the website of Autodesk Fusion 360.
--- -
-

What is the latest version of Fusion 360?

-

Complete the following steps:

- 🔹 Visit the What's New in Fusion Blog (where product updates for Fusion 360 are chronicled). -
- 🔹 Click on the latest product update (the first item in the list). -
- 🔹 The version number* is documented here. -

- *Notice: How to check which version of Fusion 360 is being used on your system? -

-
+## What is the latest version of Fusion 360? + +**Complete the following steps:** + +- Visit the What's New in Fusion Blog (where product updates for Fusion 360 are chronicled). +- Click on the latest product update (the first item in the list). +- The version number* is documented here. + +>[!NOTE] +>How to check which version of Fusion 360 is being used on your system? --- -
-

What are the System requirements for Autodesk Fusion 360?

-
-
- +## What are the System requirements for Autodesk Fusion 360? + +
@@ -248,11 +246,9 @@ As a fan of both Fusion 360 and Linux, I'm excited to do my part in making this -
System requirements for Autodesk Fusion 360SSL 3.0, TLS 1.2+,  p7zip, p7zip-full, p7zip-rar, curl, wget, winbind, cabextract, wine, wine-mono, wine-gecko, winetricks; .NET Framework 4.5 (winetricks) or newer required to submit crash reports
-
+ -
- +
@@ -272,69 +268,58 @@ As a fan of both Fusion 360 and Linux, I'm excited to do my part in making this -
Recommended specs for complex modeling and processingDedicated GPU with 4 GB or more VRAM, DirectX11 (Direct3D 10.1 or greater) = DXVK Mode, OpenGL (2.0 or greater) = OpenGL Mode
-
+ -
-

What else is there to consider when it comes to the requirements?

- 🔹 Check the Health Dashboard! -
- 🔹 You must have installed the latest graphics driver! -
- 🔹 You need the latest version of wine (6.23 and newer) and winetricks! Installing yad is also recomended to resolve potential instalation issues. -

- 🧩 And would you like to use extra functions or languages as like the Czech language later in Autodesk Fusion 360, then you need a special extension what you must have bought and downloaded before you can install this with my Setup Wizard! 🧩 -

-
+### What else is there to consider when it comes to the requirements? + +- Check the Health Dashboard! +- You must have installed the latest graphics driver! +- You need the latest version of wine (6.23 and newer) and winetricks! Installing yad is also recomended to resolve potential instalation issues. + +And would you like to use extra functions or languages as like the Czech language later in Autodesk Fusion 360, then you need a special extension what you must have bought and downloaded before you can install this with my Setup Wizard! 🧩 --- -
-

Getting Started

-🔹 Check my GitHub-Documentation & Videos before you install Autodesk Fusion 360 on your system! -
-🔹 Check, if your network settings are correctly configured! -
-🔹 Check, if your system meets all requirements! -
-🔹 You need an active Fusion 360 license! -

-🔹 Open a terminal and run this command to install the basic Autodesk Fusion: -

+## Getting Started + +- Check my GitHub-Documentation & Videos before you install Autodesk Fusion 360 on your system! +- Check, if your network settings are correctly configured! +- Check, if your system meets all requirements! +- You need an active Fusion 360 license! + +Open a terminal and run this command to install the basic Autodesk Fusion: - curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh -o "autodesk_fusion_installer_x86-64.sh" && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --install --default +``` +curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh -o "autodesk_fusion_installer_x86-64.sh" && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --install --default +``` -🔹 Open a terminal and run this command to install Autodesk Fusion with all tested extensions: -
+Open a terminal and run this command to install Autodesk Fusion with all tested extensions: - curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh -o "autodesk_fusion_installer_x86-64.sh" && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --install --default --full +``` +curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh -o "autodesk_fusion_installer_x86-64.sh" && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --install --default --full +``` -🔹 Open a terminal and run this command to uninstall: -
- - curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh -o "autodesk_fusion_installer_x86-64.sh" && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --uninstall +- Open a terminal and run this command to uninstall: -
+``` +curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh -o "autodesk_fusion_installer_x86-64.sh" && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --uninstall +``` -🔹 Or you install and use Autodesk Fusion 360 as a Flatpak app: +Or you install and use Autodesk Fusion 360 as a Flatpak app: https://usebottles.com/app/#fusion - https://usebottles.com/app/#fusion +For the SSO-Login bug use this Workaround: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/460#issuecomment-2315888332 - For the SSO-Login bug use this Workaround: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/460#issuecomment-2315888332 +- Or installing Fusion360 via Distrobox on a Gnome Wayland Desktop: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/557 +- Now, You can use Autodesk Fusion 360 on your Linux system! -🔹 Or installing Fusion360 via Distrobox on a Gnome Wayland Desktop: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/557 +### Which script releases are available? -🔹 Now, You can use Autodesk Fusion 360 on your Linux system! -

-

📖 Which script releases are available?

- There are some script releases available, built from the release targets. It's recommended that if you're new you start with the stable builds. Development builds are available here if you need it, but correspondingly may be less stable. In the development branch you will find, for example, the upcoming versions of my setup wizard, as well as builds that run with the help of Flatpak or Docker/Podman. -

-
+There are some script releases available, built from the release targets. It's recommended that if you're new you start with the stable builds. Development builds are available here if you need it, but correspondingly may be less stable. In the development branch you will find, for example, the upcoming versions of my setup wizard, as well as builds that run with the help of Flatpak or Docker/Podman. --- -
-

Which work areas and functions have I tested?

+## Which work areas and functions have I tested? + @@ -411,7 +396,7 @@ As a fan of both Fusion 360 and Linux, I'm excited to do my part in making this - +
✅
Scripts and additional modulesScripts and additional modules ✅ ✅ ✅