Installing additional components/zh-cn: Difference between revisions

From FreeCAD Documentation
(Created page with "通过 git submodules 系统(允许保证不变的更新内容)收集了有用的工作台。这个 FreeCAD 扩展仓库在 https://github.com/FreeCAD/FreeCAD-addons。这...")
(Created page with "# 右键点击 [https://github.com/FreeCAD/FreeCAD-addons/raw/master/addons_installer.FCMacro addons_installer.FCMacro] 并且选择'''另存为...''' # 放置下载后的宏...")
Line 21: Line 21:
通过 git submodules 系统(允许保证不变的更新内容)收集了有用的工作台。这个 FreeCAD 扩展仓库在 https://github.com/FreeCAD/FreeCAD-addons。这个仓库实现了一个可以从 FreeCAD 中启动的宏安装器,这样就能自动列举、下载和安装任何扩展。安装宏安装器:
通过 git submodules 系统(允许保证不变的更新内容)收集了有用的工作台。这个 FreeCAD 扩展仓库在 https://github.com/FreeCAD/FreeCAD-addons。这个仓库实现了一个可以从 FreeCAD 中启动的宏安装器,这样就能自动列举、下载和安装任何扩展。安装宏安装器:


# Right-click on [https://github.com/FreeCAD/FreeCAD-addons/raw/master/addons_installer.FCMacro addons_installer.FCMacro] and choose '''Save as...'''
# 右键点击 [https://github.com/FreeCAD/FreeCAD-addons/raw/master/addons_installer.FCMacro addons_installer.FCMacro] 并且选择'''另存为...'''
# Place the downloaded macro in your '''FreeCAD Macros folder'''. The FreeCAD Macros folder location is indicated in menu '''Macros -> Macros -> User macros location''':
# 放置下载后的宏到你的 '''FreeCAD 宏目录'''。这 FreeCAD 宏目录位置指示在菜单 '''Macros -> Macros -> User macros location'''
[[Image:Macro_installer_01.jpg]]
[[Image:Macro_installer_01.jpg]]
# Restart FreeCAD. The addons installer will now be listed in menu '''Macro -> Macros''' and can be launched by selecting it then clicking the '''Execute''' button:
# 重启 FreeCAD。扩展安装器现在会展示在菜单 '''Macro -> Macros''' 中并且能通过选择它并点击 '''Execute''' 按钮操作:
[[Image:Macro_installer_02.jpg]]
[[Image:Macro_installer_02.jpg]]



Revision as of 07:15, 29 September 2017

选择你操作系统

FreeCAD 是一个真正的跨平台应用程序,基于世界知名的 Qt 框架之上。这意味着 FreeCAD 外观和行为与在 Windows, Linux 和 Mac 上是一致的。然而,安装过程在每个操作系统上是有所不同的。在下面选择你的操作系统以获得更多细节关于如何安装 FreeCAD。

'Windows' 'Linux' 'Mac'
在 Windows 上安装 在 Linux/Unix 上安装 在 Mac 上安装

安装额外的内容

除了默认捆绑在 FreeCAD 的 工作台 以外,还有由社区成员制作的一堆很有用额外工作台和模块在网络持续增长。几个进行中的成果是收集它们和令它们方便地展示给你。下面是它们的列表。

因为这些工作台不是官方 FreeCAD 包并且没有被 FreeCAD 团队直接支持,所以你在安装它们之前应该先阅读每个扩展页上面的信息,以确定你知道你在安装些什么。并且,BUG 报告和特性请求应该直接写于每个扩展页上。

FreeCAD 扩展仓库

通过 git submodules 系统(允许保证不变的更新内容)收集了有用的工作台。这个 FreeCAD 扩展仓库在 https://github.com/FreeCAD/FreeCAD-addons。这个仓库实现了一个可以从 FreeCAD 中启动的宏安装器,这样就能自动列举、下载和安装任何扩展。安装宏安装器:

  1. 右键点击 addons_installer.FCMacro 并且选择另存为...
  2. 放置下载后的宏到你的 FreeCAD 宏目录。这 FreeCAD 宏目录位置指示在菜单 Macros -> Macros -> User macros location

  1. 重启 FreeCAD。扩展安装器现在会展示在菜单 Macro -> Macros 中并且能通过选择它并点击 Execute 按钮操作:

The pluginloader addon

The plugin loader is a much more elaborate way to install and manage additional content for freecad. Install it with the method above, or following the instructions on the pluginloader page.

Manual install

External workbenches, when they are fully programmed in python (which is the case of all of them at the moment of writing) can always easily be installed manually, simply by downloading them (usually clicking the **Download ZIP** button found on top of each addon page when they are hosted on github), and placing them in your user's FreeCAD/Mod folder (or in the Macros folder if they are macros). Refer to the instructions on each addon page for complete instructions.

Notes for users with 32-bit system and FreeCAD 0.16.6706

After attempts to install, the additional Workbenches may not be available. In this case


About FreeCAD
Getting started