Download/ru: Difference between revisions

From FreeCAD Documentation
(Created page with 'There are several '''downloads''' for various operating systems available. Before downloading keep in mind: {{VeryImportantMessage/ru|'''FreeCAD is still in ALPHA state and not …')
 
(Created page with "== Разрабатываемые версии ==")
 
(214 intermediate revisions by 12 users not shown)
Line 1: Line 1:
<languages/>
There are several '''downloads''' for various operating systems available. Before downloading keep in mind:
{{TOCright}}
{{VeryImportantMessage/ru|'''FreeCAD is still in ALPHA state and not ready for production use'''}}


<span id="Current_stable_version"></span>
== official FreeCAD installers ==
== Текущая стабильная версия ==


Релиз FreeCAD версии 0.21.2 был опубликован 14.11.2023. Чтобы узнать о нововведениях, ознакомьтесь с [[Release_notes_0.21/ru|примечаниями к выпуску]].
The FreeCAD team provides ready-to-install packages for [[Image:windows.png|16px]] '''Windows''' (XP, Vista and 7, 32 and 64bits), [[Image:mac.png|16px]] '''Mac OS X''' (Snow Leopard 10.6), and [[Image:linux.png|16px]] '''Debian-based Linux systems''' (Debian, Ubuntu, 32 and 64bits). Usually we provide '''stable''' packages, based on the latest stable release, and '''unstable''' packages, that provide the bleeding-edge new features being worked on, but might crash more often or contain features that are incompatible with earlier versions.


Контрольные суммы SHA256 для проверки целостности вашей загрузки вы можете найти на [https://github.com/FreeCAD/FreeCAD/releases/tag/0.21.2 странице релиза 0.21.2].
*[http://sourceforge.net/projects/free-cad/files/ official FreeCAD Download page]


Предыдущие версии можно загрузить со страницы [https://github.com/FreeCAD/FreeCAD/releases релизов].
====Notes for Windows users====
<!--Do not remove this tag. It would add even more places where version info has to be kept up to date-->
{| cellpadding="20" style="font-size:120%"


| align=center | [[Image:Windows.png]]
The windows installer should also work on older Windows platforms, but has not always been tested. You need ''Windows Installer V1'' on your system (msiexec.exe). See [[Install on Windows|Installing on Windows]] for details about different installation options. Download the latest .msi file for windows systems, or the appropriate .deb file for your version of Ubuntu or Debian.


[[Installing_on_Windows|Install instructions]]
====Notes for Linux users====


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-WIN-x64-installer-1.exe 64-bit installer]
On most recent distributions such as Debian, Ubuntu or Arch, FreeCAD is included in the official distribution's packages repository, and you are advised to preferably get FreeCAD from there, to make sure you have a version that is 100% compatible with your system. The pivy python module (usually named python-pivy) is needed by FreeCAD from version 0.9 or above. If it is not available on your system, you must download it from here too.


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-Windows-x86_64.7z 64-bit portable version (.7z)]
====Notes for Mac users====


| align=center | [[Image:Mac.png]]
We rely on very few people to help building Mac OSX packages, so it doesn't get updated as often as the other platforms. The version available on this site might be slightly outdated.


[[Installing_on_Mac|Install instructions]]
== Ubuntu PPA packages ==


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-macOS-arm64.dmg ARM (M1/M2) disk image]
The [https://launchpad.net/~freecad-maintainers FreeCAD Launchpad team] has set up two PPA (Personal Package Archive) repositories that allow easy install of Ubuntu packages based on the development branch. Updates to the software are pushed to the Ubuntu Update Manager, which makes it the easiest way to get the latest FreeCAD build.


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-macOS-intel-x86_64.dmg Intel disk image]
* [https://launchpad.net/~freecad-maintainers/+archive/freecad-daily FreeCAD Daily Builds]: an automatic daily build system, which can provide you with a fresh, daily-up-to-date version of FreeCAD. Please be advised that the packages from this bleeding edge PPA may be broken from time to time.
* [https://launchpad.net/~freecad-maintainers/+archive/freecad-dev FreeCAD Devel]: packages available through this PPA are actually copied from the Daily Builds PPA but are summarily tested beforehand. Update schedule is slower, and varies from 1-3 weeks.


| align=center | [[Image:Linux_with_text.png]]
Current supported architectures and versions are:


[[Installing_on_Linux|Install instructions]]
* Ubuntu 10.04 LTS (Lucid Lynx) 32 & 64-Bit
* Ubuntu 10.10 (Maverick Meerkat) 32 & 64-Bit
* Ubuntu 11.04 (Natty Narwhal) 32 & 64-Bit


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-Linux-x86_64.AppImage x86_64 AppImage]
==== Adding the PPA and installing FreeCAD from the console ====


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-Linux-aarch64.AppImage aarch64 AppImage]
Type (or copy-paste) these commands in a console to add the PPA and install FreeCAD along with the documentation:


|}
For FreeCAD Daily Builds:
sudo add-apt-repository ppa:freecad-maintainers/freecad-daily
For FreeCAD Devel:
sudo add-apt-repository ppa:freecad-maintainers/freecad-dev
Then:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install freecad freecad-doc


<span id="Notes_for_Windows_users"></span>
==== Adding the PPA and installing FreeCAD from the GUI ====
=== Примечания для пользователей Windows ===


* Поддерживаются следующие версии Windows: 64-разрядные версии 7/8/10/11. 32-разрядная версия Windows не поддерживается.
Add to your system's Software Sources one of the following PPA (read [http://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them/5102#5102%29 What are PPAs and how do I use them?] if you don't know how):
* Пакет также можно установить из менеджера пакетов [https://chocolatey.org/packages/freecad Chocolatey]. Пакет из Chocolatey пока не в новейшей версии.


<span id="Notes_for_macOS_users"></span>
* For FreeCAD Daily Builds: '''ppa:freecad-maintainers/freecad-daily'''
=== Примечания для пользователей macOS ===
* For FreeCAD Devel: '''ppa:freecad-maintainers/freecad-dev'''


* macOS 10.12 Sierra — минимальная поддерживаемая версия.
When a dialog window asks you to refresh your software sources, click OK.
* Для macOS 12 и более ранних версий следует использовать «Неподписанный образ диска Intel», подписанная версия в этих системах не работает.


<span id="Notes_for_GNU/Linux_users"></span>
Now you can install FreeCAD and FreeCAD documentation through the Ubuntu Software Center, or your package manager of choice.
=== Примечания для GNU/Linux пользователей ===


Большинство дистрибутивов поддерживают FreeCAD из их официальных репозиториев, однако, если дистрибутив не следует модели гладкого обновления, версия может быть устаревшей. Вместо установки из репозитория вы можете загрузить AppImage по ссылке сверху, разрешить загруженному файлу права на исполнения и запустить его без установки.
== Alternative FreeCAD builds ==


Смотрите страницу [[Installing_on_Linux/ru|Установка в Linux]] насчёт дополнительных опций установки, включая однодневные сборки для Ubuntu и производных.
These are versions of FreeCAD built by other persons and not officially maintained by the FreeCAD team. They may include customized parts or be optimized for certain types of processors, or other modifications that the package maintainers judged necessary. But they are also sometimes better suited for certain operating systems. Note that on most common linux distributions, official packages are typically installed by the system's package management tool, so you don't need to download and install FreeCAD manually.


Портативную версию, не требующую установки, можно создать, запустив FreeCAD с следующими командами:
*[http://packages.debian.org/freecad Official Debian package]
*[http://packages.ubuntu.com/freecad Official Ubuntu package]
*[http://software.opensuse.org/search?q=freecad&baseproject=openSUSE%3A11.4&lang=en&exclude_debug=true Official OpenSuse package]
*[http://www.softpedia.com/get/Multimedia/Graphic/Graphic-Editors/FreeCAD.shtml Softpedia Windows build]
*[http://packman.links2linux.de/package/FreeCAD Packman RPM package (for opensuse, fedora)]
*[http://slackbuilds.org/repository/13.37/graphics/FreeCAD/ Slackbuilds package (for Slackware)]
*[http://aur.archlinux.org/packages.php?K=freecad ArchLinux AUR package]
*[http://packages.gentoo.org/package/media-gfx/freecad Gentoo ebuild package]
*[https://svn.pardus.org.tr/pardus/playground/kaan.aksit/2011/freecad/actions.py Pardus linux build script]


{{Code|lang=text|code=
== FreeCAD documentation ==
cd path/to/directory_containing_AppImage/
chmod +x ./name_of_AppImage_file.AppImage
HOME="$PWD/Settings" FREECAD_USER_HOME="$PWD/Settings" ./name_of_AppImage_file.AppImage
}}


Дополнительную информацию о переменных среды FreeCAD можно найти на [[Start_up_and_Configuration/ru#Переменные Среды Окружения|странице конфигурирования]].
The user documentation of FreeCAD is being written together by the developers and the users community, on this wiki site. The best way is to read it online, so you are sure to get the latest version:


<span id="Development_versions"></span>
* [[Online Help Toc|The FreeCAD Manual]]
== Разрабатываемые версии ==


FreeCAD активно развивается.
The manual can also be displayed as one big text, so you can print it or save it as a pdf file:
* Для получения информации о сборках и исходном коде разработки, смотрите страницу [https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds weekly builds].
* Чтобы скомпилировать новейший исходный код, смотри страницу [[Compiling/ru|Компиляция]].


<span id="Additional_modules_and_macros"></span>
* [[Manual|All-in-one printable version]]
== Дополнительные модули и макросы ==


Сообщество FreeCAD предлагает множество различных модулей и макросов. Начиная с версии 0.17 они могут быть легко установлены напрямую из FreeCAD через [[Image:Std_AddonMgr.svg|24px]] [[Std_AddonMgr/ru|Менеджер дополнений]].
The manual is also be compiled as a qt help file, so it can be browsed offline with the Qt help viewer. This is usually made at each release and is available together with FreeCAD package on most linux software repositories and is also bundled in the windows installer. To access it, simply open the "help" menu inside FreeCAD, or use the "What's this?" button.


For convenience, we also provide a pdf version of this manual:


{{Userdocnavi{{#translation:}}}}
* [http://yorik.uncreated.net/archive/freecad010.pdf 0.10 Manual (Pdf file)]
* [http://yorik.uncreated.net/scripts/freecad011.pdf 0.11 Manual (Pdf file)]

Here you can also find a copy of the OpenCasCade 5.2 docs, in a .chm file. After 5.2, the openCasCade documentation is not available as a single file anymore, but as a heavy 180Mb package. So, since there is little change, we keep this one around for convenience:

*[http://www.4shared.com/file/128871432/96b15e62/occ52.html OpenCasCADE 5.2 documentation]

== FreeCAD Source package ==

For all other platforms you need to compile FreeCAD on your own from the Source package. You might also want to compile FreeCAD yourself if you want to optimize certain things, or customize certain parts of FreeCAD. Instructions for compiling can be found on the [[CompileOnWindows]], [[CompileOnMac]] and [[CompileOnUnix]] pages. You can grab a zip or tar.gz file containing the latest official version here (look for the latest version for your system):

*[http://sourceforge.net/projects/free-cad/files/ official FreeCAD Files repository]

Alternatively, you can also download latest source code from the SVN repository. You'll get a more recent version, but it might contain bugs or even fail to compile. Instructions for accessing the SVN repository can be found here:

*[http://sourceforge.net/svn/?group_id=49159 FreeCAD SVN repository]

You can also download automatically a GNU tarball from the latest source code tree or any part of it by using the code browser and clicking the "Download GNU tarball" at any time. The trunk folder contains the current development version, while the branches folder contains a snapshot of all stable releases to date.

*[http://free-cad.svn.sourceforge.net/viewvc/free-cad/ FreeCAD SVN browser]

== FreeCAD LibPack ==

To collect all the needed libraries to compile FreeCAD can be a time consuming task. So we deliver a convenient package for development on Windows (VS8) with all needed libraries. You can download the latest version of the libpack from

*[http://sourceforge.net/project/showfiles.php?group_id=49159&package_id=157551 FreeCAD LibPack]

For linux, you will normally find all necessary libraries in your software management system, so you should just read the [[CompileOnUnix]] page.

== Additional modules ==

There are additional modules, addons of plugins for FreeCAD developed outside of the main FreeCAD development team. They are listed here but are not officially supported by the FreeCAD team.

*[http://ja.orgfree.com/freecad.htm Fold module]: a module in development for working with metal sheets.

{{Languages|{{en|Download}} {{fr|Download/fr}} {{de|Download/de}} }}

[[Category:User Documentation]]

Latest revision as of 20:44, 21 February 2024

Текущая стабильная версия

Релиз FreeCAD версии 0.21.2 был опубликован 14.11.2023. Чтобы узнать о нововведениях, ознакомьтесь с примечаниями к выпуску.

Контрольные суммы SHA256 для проверки целостности вашей загрузки вы можете найти на странице релиза 0.21.2.

Предыдущие версии можно загрузить со страницы релизов.

Install instructions

64-bit installer

64-bit portable version (.7z)

Install instructions

ARM (M1/M2) disk image

Intel disk image

Install instructions

x86_64 AppImage

aarch64 AppImage

Примечания для пользователей Windows

  • Поддерживаются следующие версии Windows: 64-разрядные версии 7/8/10/11. 32-разрядная версия Windows не поддерживается.
  • Пакет также можно установить из менеджера пакетов Chocolatey. Пакет из Chocolatey пока не в новейшей версии.

Примечания для пользователей macOS

  • macOS 10.12 Sierra — минимальная поддерживаемая версия.
  • Для macOS 12 и более ранних версий следует использовать «Неподписанный образ диска Intel», подписанная версия в этих системах не работает.

Примечания для GNU/Linux пользователей

Большинство дистрибутивов поддерживают FreeCAD из их официальных репозиториев, однако, если дистрибутив не следует модели гладкого обновления, версия может быть устаревшей. Вместо установки из репозитория вы можете загрузить AppImage по ссылке сверху, разрешить загруженному файлу права на исполнения и запустить его без установки.

Смотрите страницу Установка в Linux насчёт дополнительных опций установки, включая однодневные сборки для Ubuntu и производных.

Портативную версию, не требующую установки, можно создать, запустив FreeCAD с следующими командами:

cd path/to/directory_containing_AppImage/
chmod +x ./name_of_AppImage_file.AppImage
HOME="$PWD/Settings" FREECAD_USER_HOME="$PWD/Settings" ./name_of_AppImage_file.AppImage

Дополнительную информацию о переменных среды FreeCAD можно найти на странице конфигурирования.

Разрабатываемые версии

FreeCAD активно развивается.

  • Для получения информации о сборках и исходном коде разработки, смотрите страницу weekly builds.
  • Чтобы скомпилировать новейший исходный код, смотри страницу Компиляция.

Дополнительные модули и макросы

Сообщество FreeCAD предлагает множество различных модулей и макросов. Начиная с версии 0.17 они могут быть легко установлены напрямую из FreeCAD через Менеджер дополнений.