FreeCAD Logo FreeCAD 1.0
  • 英文 南非荷蘭語 阿拉伯語 白俄羅斯語 加泰隆尼亞語 捷克語 德文 希臘語 西班牙文 西班牙文 巴斯克語 芬蘭語 菲律賓語 法文 加利西亞語 克羅埃西亞語 匈牙利語 印尼語 義大利文 日文 卡拜爾語 韓語 立陶宛語 荷蘭文 挪威語 (博克馬爾語) 波蘭文 葡萄牙文 葡萄牙文 羅馬尼亞語 俄文 斯洛伐克語 斯洛維尼亞語 塞爾維亞語 瑞典語 土耳其語 烏克蘭語 瓦倫西亞語 越南語 中文 中文
  • 功能
  • 下載
  • Blog
  • 文件
    Documentation index 開始 使用者文件 The FreeCAD manual 工作台文件 Python coding documentation C++ coding documentation 教學 常見問題 Privacy policy 關於 FreeCAD
  • 貢獻
    How to help Sponsor 回報錯誤 Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • 社群
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
銀行代理: BNP Paribas Fortis
位址: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Feature list
Installing on Linux
Index

Standard Installation

The easiest way to install the latest stable version of FreeCAD is to use the installer, see the Download page.

如果要下载开发版本(程序运行可能不稳定),请参阅下载页面。

下载.msi(Microsoft Installer)文件后,双击它启动安装过程。

以下是有关技术选项的更多信息。如果它看起来令人生畏,不要担心!大多数Windows用户不需要上述.msi以外的任何东西来完成安装并入门FreeCAD!

Installation for all users of the Windows system

By default FreeCAD will be installed for the user that executes the installer. If this user only has user permissions, the default installation path is:

C:\Users\<username>\AppData\Local\Programs\FreeCAD X.YY

If the installer is executed by an admin user, or you execute it as admin, you can choose if FreeCAD should be installed for all users of the system or just for you. The default is for all users.

If installed for all users, the default installation path is:

C:\Program Files\FreeCAD X.YY

Silent Installation

To install FreeCAD silently, you can execute the installer from the command line:

FreeCAD-~.exe /S

Default settings will be used for all options. A custom installation path can be specified in this manner:

FreeCAD-~.exe /S /D=A path to FreeCAD with spaces

By default, even with silent installations, there will be a short popup when the installer is checked for corruption. This so-called cyclic redundancy check only takes a few seconds at most. To disable this corruption check:

FreeCAD-~.exe /S /NCRC

Note that this /NCRC flag is not recommended since the corruption check assures that the installer was e.g. completely downloaded.

Chocolatey

It is highly recommended that you use a package manager such as Chocolatey to keep your software updated. You can install Chocolatey following these instructions and then open a PowerShell terminal as admin and run:

choco install freecad

Every once in a while you can update your software with:

choco upgrade freecad

This will get the latest version available from the Chocolatey repository. If there are any issues with the Chocolatey package, you can contact maintainers on this page.

Uninstallation

To uninstall FreeCAD it is preferable to use the Windows tools for uninstalling software. Alternatively you can execute the uninstaller directly. This is the file:

Uninstall-FreeCAD.exe

You can find it in the folder where FreeCAD is installed.

The uninstaller can also be executed silently using the command line:

Uninstall-FreeCAD.exe /S

Note that (silent) uninstallation will fail if there is a running instance of FreeCAD, even if that instance is not the version being uninstalled.


Feature list/zh
Install on Unix/zh
首页

此頁面取自 https://wiki.freecad.org/Installing_on_Windows

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub