This is the official source code of FreeCAD
Go to file
2012-11-18 12:26:21 +01:00
cMake Fixed error in FindMatplotlib.cmake 2012-10-30 10:05:53 -02:00
data Added Arch example file 2012-11-17 12:59:07 -02:00
package Re-Created branch form 0, to avoid conflicts 2012-10-29 10:30:17 +01:00
src Removed surfaces module (simply broken and outdated) 2012-11-18 12:26:21 +01:00
.gitattributes Experiment with keyword expansion 2012-02-14 02:08:47 +01:00
.gitignore Added .gitignore file to make git ignore .pyc files 2012-10-30 10:05:11 -02:00
acinclude.m4 Fixes for MacOSX 2012-10-28 15:05:28 +01:00
autogen.sh 0000609: autogen.sh creates a file 71 2012-02-20 20:04:05 +01:00
build.sh + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
BuildAll.bat + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
BuildRelease.ini + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
BuildRelease.py + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
ChangeLog.txt + test for git 2011-12-21 10:43:32 +00:00
CMakeLists.txt Re-Created branch form 0, to avoid conflicts 2012-10-29 10:30:17 +01:00
config.h.cmake + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
configure.ac Removed surfaces module (simply broken and outdated) 2012-11-18 12:26:21 +01:00
copying.lib Fix address of FSF in copyright notice 2012-07-05 22:59:12 +02:00
Makefile.am + fix Makefiles 2011-10-25 22:44:35 +00:00
mkinstalldirs + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
README Added a generic README file 2012-10-30 11:38:11 -02:00
README.Cygwin + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
README.Linux + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
README.MinGW + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
README.Win32 + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00

FreeCAD
=======

FreeCAD is a general purpose feature-based, parametric 3D modeler for CAD, MCAD,
CAx, CAE and PLM, aimed directly at mechanical engineering and product design but
also fits a wider range of uses in engineering, such as architecture or other engineering
specialties. It is 100% Open Source (LGPL2+ license) and extremely modular, allowing
for very advanced extension and customization.

FreeCAD is based on OpenCasCade, a powerful geometry kernel, features an Open Inventor-compliant
3D scene representation model provided by the Coin 3D library, and a broad Python API.
The interface is built with Qt. FreeCAD runs exactly the same way on Windows, Mac OSX, BSD and
Linux platforms.

Home page and wiki documentation:      http://free-cad.sf.net
Forum:                                 http://sourceforge.net/apps/phpbb/free-cad/
Bug tracker:                           http://sourceforge.net/apps/mantisbt/free-cad/
Official git link:                     git://free-cad.git.sourceforge.net/free-cad/free-cad

Building
========

Compiling FreeCAD requires to install several heavyweight libraries and their development
files such as OpenCasCADe, Coin and Qt, listed in the pages below. Once this is done,
FreeCAD can be simply compiled with cMake. On windows, these libraries are bundled and
offeredby the FreeCAD team in a convenience package, on Linux they are usually found
in your distribution's repositories and on Mac OSX and other platforms you will usually
need to compile them yourself.

Note that autotools build system can still be used but will be obsoleted soon.

The pages below contain up-to-date build instructions:

For Linux: http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=CompileOnUnix
For windows: http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=CompileOnWindows
For Mac OSX: http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=CompileOnMac

In this folder you will also find additional README files, specific for each platform.