Download/sv: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
Line 1: Line 1:
There are several '''downloads''' for various operating systems available. Before downloading keep in mind:
Det finns flera '''nedladdningar''' tillgängliga för olika operativsystem. Innan du laddar ned, tänk på att:
{{VeryImportantMessage|'''FreeCAD är fortfarande i ALPHA läge och är inte klart för bruk av an slutanvändare'''}}
{{VeryImportantMessage|'''FreeCAD is under heavy development and might not be ready for production use'''}}


==Official Installers==
== officiella FreeCAD installerare ==


=== Stable FreeCAD installers ===
Dessa är installationsklara paket för Windows (2000 & XP, and Vista), Mac OS X Snow Leopard (10.6), och för Debian-baserade Linux system.
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''' (Lion 10.7), and [[Image:linux.png|16px]] '''Debian-based Linux systems''' (Debian, Ubuntu, 32 and 64bits). Below are links to the Stable installation files for the various systems. Also available on the [http://sourceforge.net/projects/free-cad/files/ FreeCAD Files page] are '''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.
Installeraren kan fungera på äldre Windows plattformar, men det har inte testats än. Du behöver ''Windows Installer V1'' på ditt system (msiexec.exe). Se [[Install on Windows/sv|Installation på Windows]] för detaljer om olika installationsalternativ. Ladda ned den senaste .msi filen för windows system, eller motsvarande .deb fil för din Ubuntu eller Debian version.
{| align="center" cellpadding="20"
|{{DownloadWindowsStable}} || || {{DownloadUnixStable}} || || {{DownloadMacStable}}
|}


=== Development Versions ===
'''Notering för linux användare''': Pivy python modulen används av FreeCAD från version 0.9 eller högre. Om det inte finns på ditt system, så måste du även ladda ned den härifrån.
If you want to install FreeCAD with more in-development features, and are willing to accept that these versions have a higher chance of bugs and crashes, then you can check the official [http://sourceforge.net/projects/free-cad/files/ FreeCAD Files page] to download 64 bit, older, or unstable releases. Of course, if you want to stay even more on the bleeding edge of development, you can [[compiling| compile]] FreeCAD, or use the [[#Ubuntu PPA packages|Ubuntu daily build updates]].


===Notes for Windows users===
*[http://sourceforge.net/projects/free-cad/files/ den officiella nedladdningssidan för FreeCAD]
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.


===Notes for Linux users===
== inofficiella FreeCAD byggningar ==
On most recent distributions such as Debian, Ubuntu, Fedora 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.


====Notes for Debian users====
Detta är FreeCAD versioner som byggts av andra personer och underhålls inte officiellt av FreeCAD teamet. De kan innehålla anpassade delar eller vara optimerade för vissa processortyper.
Because of a licensing conflict between third-party libraries required by FreeCAD, the freecad package was removed from the current Debian stable (wheezy) repository. This will be solved when the next stable release of FreeCAD comes out. In the meanwhile, you can either [[CompileOnUnix|compile FreeCAD]] or use an [[#Alternative_FreeCAD_builds|alternate build]].


You should also note that although Ubuntu is based on Debian, the Ubuntu PPA packages are NOT compatible with Debian.
*[http://yorik.uncreated.net/scripts/FreeCAD-repository.html Yorik's Debian/Ubuntu amd64 byggen] (inklusive amd64 Pivy paket)
*[http://packman.links2linux.de/package/FreeCAD openSUSE RPM at PackMan]


===Notes for Mac users===
== FreeCAD dokumentation ==
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.
(To compile the most up-to-date version from source see [[CompileOnMac]])


== Ubuntu PPA packages ==
FreeCADs användardokumentation skrivs på denna wiki siten. Det bästa sättet är att läsa den online, så du är säker på att du läser den senaste versionen:
The [https://launchpad.net/~freecad-maintainers FreeCAD Launchpad team] has set up a PPA (Personal Package Archive) repository that allows 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.


The [https://launchpad.net/~freecad-maintainers/+archive/freecad-daily FreeCAD Daily Builds] PPA is 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.
* [[Online Help Toc/sv|FreeCAD Manualen]]


Current supported architectures and versions are:
Manualen kan också visas som en enda sidam så att du kan skriva ut den eller spara den som en pdf fil:
* Ubuntu 12.04 LTS (Precise Pangolin) 32 & 64-Bit [[#Additional Step for Ubuntu 12.04 LTS and 13.10|* Additional Step!]]
* Ubuntu 12.10 (Quantal Quertzal) 32 & 64-Bit
* Ubuntu 13.04 (Raring Ringtail) 32 & 64-Bit
* Ubuntu 13.10 (saucy Salamander) 32 & 64-Bit [[#Additional Step for Ubuntu 12.04 LTS and 13.10|* Additional Step!]]


==== Adding the PPA and installing FreeCAD from the console ====
* [[Manual/sv|allt-i-en utskrivbar version]]
Type (or copy-paste) these commands in a console to add the PPA and install FreeCAD along with the documentation:
<syntaxhighlight>
sudo add-apt-repository ppa:freecad-maintainers/freecad-daily
</syntaxhighlight>
Then:
<syntaxhighlight>
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install freecad freecad-doc
</syntaxhighlight>
==== Adding the PPA and installing FreeCAD from the GUI ====
Add to your system's Software Sources 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):
<syntaxhighlight>
ppa:freecad-maintainers/freecad-daily
</syntaxhighlight>
When a dialog window asks you to refresh your software sources, click OK.


Now you can install FreeCAD and FreeCAD documentation through the Ubuntu Software Center, or your package manager of choice.
Och slutligen så kan manualen kompileras som en qt hjälpfil, så att den kan läsas offline med Qt hjälpvisaren. Detta görs vanligtvis vid varje utgåva och finns tillgänglig tillsammans med FreeCAD paketet på de flesta linux förråden och är även inkluderat i windows installeraren. Du kan också hämta en kopia av 0.10 versionen här:


=== Additional Step for Ubuntu 12.04 LTS and 13.10 ===
* [http://yorik.uncreated.net/archive/FreeCAD.qch 0.10 Manual (Qhelp fil)]
FreeCAD Daily Build packages for Ubuntu 12.04 LTS and 13.10 are now built with the latest OCE version available (0.15+) rather than the older version in the standard Ubuntu repositories. That means that you must add the [https://launchpad.net/~freecad-maintainers/+archive/oce-release OCE Releases PPA] to your software sources.
* [http://yorik.uncreated.net/archive/freecad010.pdf 0.10 Manual (Pdf fil)]


'''From the GUI:'''
Här kan du också hitta en kopia på OpenCasCade 5.2 dokumentationen, i en .chm fil. Efter 5.2, så finns openCasCade dokumentationen inte längre som en enda fil, utan som ett stort 180Mb paket. Så, eftersom förändringarna är små, så har vi den här för smidighetens skull:


Add this line to your software sources:
*[http://www.4shared.com/file/128871432/96b15e62/occ52.html OpenCasCADE 5.2 dokumentation]
<syntaxhighlight>
ppa:freecad-maintainers/oce-release
</syntaxhighlight>
'''From the terminal:'''


Type (or paste) these commands:
== FreeCAD källkodspaket ==
<syntaxhighlight>
sudo add-apt-repository ppa:freecad-maintainers/oce-release
sudo apt-get update
sudo apt-get upgrade
</syntaxhighlight>
Now you are ready to get the latest version of FreeCAD for Ubuntu 12.04 LTS or 13.10.


== Fedora package ==
För alla andra plattformar så behöver du kompilera FreeCAD själv från källkodspaketet. Du kanske också vill kompilera FreeCAD själv om du vill optimera vissa saker, eller anpassa vissa delar av FreeCAD. Instruktioner för kompilering kan hittas på [[CompileOnWindows/sv|Kompilera på Windows]], [[CompileOnMac/sv|Kompilera på Mac]] och [[CompileOnUnix/sv|Kompilera på Unix]] sidorna. Du kan hämta en zip eller tar.gz fil som innehåller den senaste officiella versionen här (titta efter den senaste versionen för ditt system):
To install FreeCAD on Fedora, make sure you have the *NONFREE* repositories installed (necessary because of OCC/OCE license)
<syntaxhighlight>
yum install freecad
</syntaxhighlight>
Or use the GUI installer.


== Alternative FreeCAD builds ==
*[http://sourceforge.net/projects/free-cad/files/ officiellt FreeCAD Filförråd]
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. They might also be out-of-date, since the people who make those package may take time to grab the newer versions of FreeCAD. 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.


*[http://packages.debian.org/freecad Official Debian package]
Alternativt, så kan du ladda ned den senaste källkoden från SVN förrådet. Där får du en senare version, men den ḱan innehålla buggar, eller kraschar i kompileringen. Instruktioner om hur man kommer åt SVN förrådet finns här:
*[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]
*[http://www.zultron.com/rpm-repo/ Unofficial but well maintained Fedora FreeCAD repository]
*[http://forum.freecadweb.org/viewtopic.php?f=4&t=2995 Unofficial Debian Wheezy package (32-Bit and 64-Bit)]


== FreeCAD documentation ==
*[http://sourceforge.net/svn/?group_id=49159 FreeCAD SVN förråd]
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:
* [[Online Help Toc|The FreeCAD Manual]]


The manual can also be displayed as one big text, so you can print it or save it as a pdf file:
Du kan också automatiskt ladda ned en GNU tarball från den senaste källkoden eller valfri del av den genom att använda kodbrowsern och klicka på "Download GNU tarball" . Trunk mappen innehåller den nuvarande utvecklingsversionen, emedan branches mappen innehåller en ögonblicksbild av alla stabila utgåvor som getts ut.
* [[Manual|All-in-one printable version]]


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 (on debian/ubuntu-based systems, look for '''freecad-doc''' package) 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.
*[http://free-cad.svn.sourceforge.net/viewvc/free-cad/ FreeCAD SVN browser]


For convenience, we also provide a pdf version of this manual:
== FreeCAD LibPack ==
* [http://yorik.uncreated.net/archive/freecad010.pdf 0.10 Manual (Pdf file)]
* [http://yorik.uncreated.net/scripts/freecad011.pdf 0.11 Manual (Pdf file)]
* [http://sourceforge.net/projects/free-cad/files/FreeCAD%20Documentation/FreeCAD-0.12.pdf/download 0.12 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:
Att samla ihop alla nödvändiga bibliotek för att kompilera FreeCAD kan vara en tidsödande uppgift. Så vi tillhandahåller ett smidigt paket för utveckling på Windows (VS8) med alla nödvändiga bibliotek. Du kan ladda ned den senaste libpack versionen från
*[http://www.4shared.com/file/128871432/96b15e62/occ52.html OpenCasCADE 5.2 documentation]


== FreeCAD Source package ==
*[http://sourceforge.net/projects/free-cad/files/FreeCAD%20LibPack/ FreeCAD LibPack]
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 Git repositories. You'll get a more recent version, but it might contain bugs or even fail to compile. Instructions for accessing the Git repositories can be found here:
För linux, så hittar du normalt alla nödvändiga bibliotek i ditt mjukvaruhanteringssystem, så du behöver bara läsa [[CompileOnUnix/sv|Kompilera på Unix]] sidan.
*[https://sourceforge.net/scm/?type=git&group_id=49159 FreeCAD Git repository] (most active)
*[https://github.com/FreeCAD/FreeCAD_sf_master FreeCAD repository on github.com]

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.

== 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/projects/free-cad/files/FreeCAD%20LibPack/ FreeCAD LibPack]


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


== Additional modules and related projects ==
Det finns extra moduler, tillägg eller plugins för FreeCAD som utvecklats utanför FreeCADs huvudutvecklingsteam. De listas här men är inte officiellt stödda av FreeCAD teamet.
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]: en modul under utveckling för arbete med metallplåt.
*[http://forum.freecadweb.org/viewtopic.php?f=10&t=3391 Fold module]: a module for working with metal sheets (abandoned for some time, lmay not work anymore).
*[http://gitorious.org/freecad-ship Ship module], [http://jlcercos.wordpress.com/freecad-ship-en/ The blog of Jose Luis Cercós Pita] : a module in development for ship design (since 0.13, it included in official FreeCAD sources).
*[http://github.com/maxbots/MendelMax MendelMax]: a macro suite for FreeCAD to generate a MendelMax machine.
*[http://www.openplm.org/ OpenPLM]: an online PLM platform with FreeCAD support.
*[[Macros recipes]]: additional tools for your FreeCAD installation.
*[[Drawing templates]]: additional SVG templates for the Drawing module.
*[http://github.com/yorikvanhavre/tumbler-fcstd-thumbnailer Tumbler thumbnailer]: show .FcStd files as thumbnails in Thunar and Marlin file managers.
*[http://github.com/yorikvanhavre/kde-fcstd-thumbnailer KDE thumbnailer]: show .FcStd files as thumbnails in KDE Dolphin file manager.


{{clear}}
{{Languages/sv | {{en|Download}} {{de|Download/de}} {{es|Download/es}} {{fr|Download/fr}} {{ru|Download/ru}} }}
<languages/>


[[Category:User Documentation/sv]]
[[Category:User Documentation]]

Revision as of 19:41, 27 April 2014

There are several downloads for various operating systems available. Before downloading keep in mind:

FreeCAD is under heavy development and might not be ready for production use

Official Installers

Stable FreeCAD installers

The FreeCAD team provides ready-to-install packages for Windows (XP, Vista and 7, 32 and 64bits), Mac OS X (Lion 10.7), and Debian-based Linux systems (Debian, Ubuntu, 32 and 64bits). Below are links to the Stable installation files for the various systems. Also available on the FreeCAD Files page are 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.

Template:DownloadWindowsStable Template:DownloadUnixStable Template:DownloadMacStable

Development Versions

If you want to install FreeCAD with more in-development features, and are willing to accept that these versions have a higher chance of bugs and crashes, then you can check the official FreeCAD Files page to download 64 bit, older, or unstable releases. Of course, if you want to stay even more on the bleeding edge of development, you can compile FreeCAD, or use the Ubuntu daily build updates.

Notes for Windows users

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 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.

Notes for Linux users

On most recent distributions such as Debian, Ubuntu, Fedora 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.

Notes for Debian users

Because of a licensing conflict between third-party libraries required by FreeCAD, the freecad package was removed from the current Debian stable (wheezy) repository. This will be solved when the next stable release of FreeCAD comes out. In the meanwhile, you can either compile FreeCAD or use an alternate build.

You should also note that although Ubuntu is based on Debian, the Ubuntu PPA packages are NOT compatible with Debian.

Notes for Mac users

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. (To compile the most up-to-date version from source see CompileOnMac)

Ubuntu PPA packages

The FreeCAD Launchpad team has set up a PPA (Personal Package Archive) repository that allows 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.

The FreeCAD Daily Builds PPA is 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.

Current supported architectures and versions are:

  • Ubuntu 12.04 LTS (Precise Pangolin) 32 & 64-Bit * Additional Step!
  • Ubuntu 12.10 (Quantal Quertzal) 32 & 64-Bit
  • Ubuntu 13.04 (Raring Ringtail) 32 & 64-Bit
  • Ubuntu 13.10 (saucy Salamander) 32 & 64-Bit * Additional Step!

Adding the PPA and installing FreeCAD from the console

Type (or copy-paste) these commands in a console to add the PPA and install FreeCAD along with the documentation:

 sudo add-apt-repository ppa:freecad-maintainers/freecad-daily

Then:

 sudo apt-get update
 sudo apt-get upgrade
 sudo apt-get install freecad freecad-doc

Adding the PPA and installing FreeCAD from the GUI

Add to your system's Software Sources the following PPA (read What are PPAs and how do I use them? if you don't know how):

 ppa:freecad-maintainers/freecad-daily

When a dialog window asks you to refresh your software sources, click OK.

Now you can install FreeCAD and FreeCAD documentation through the Ubuntu Software Center, or your package manager of choice.

Additional Step for Ubuntu 12.04 LTS and 13.10

FreeCAD Daily Build packages for Ubuntu 12.04 LTS and 13.10 are now built with the latest OCE version available (0.15+) rather than the older version in the standard Ubuntu repositories. That means that you must add the OCE Releases PPA to your software sources.

From the GUI:

Add this line to your software sources:

 ppa:freecad-maintainers/oce-release

From the terminal:

Type (or paste) these commands:

    sudo add-apt-repository ppa:freecad-maintainers/oce-release
    sudo apt-get update
    sudo apt-get upgrade

Now you are ready to get the latest version of FreeCAD for Ubuntu 12.04 LTS or 13.10.

Fedora package

To install FreeCAD on Fedora, make sure you have the *NONFREE* repositories installed (necessary because of OCC/OCE license)

 yum install freecad

Or use the GUI installer.

Alternative FreeCAD builds

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. They might also be out-of-date, since the people who make those package may take time to grab the newer versions of FreeCAD. 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 documentation

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:

The manual can also be displayed as one big text, so you can print it or save it as a pdf file:

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 (on debian/ubuntu-based systems, look for freecad-doc package) 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:

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:

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):

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

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.

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:

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

Additional modules and related projects

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.