Skip to content

Commit a18e7bb

Browse files
committed
Updated build instructions for v0.14 release vs HEAD and coin prerequisite options
1 parent 70f0d83 commit a18e7bb

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,39 @@ This is a collection of recipes that make it easier to build FreeCAD and depende
44

55
# Installation
66

7-
These steps have been tested on Mavericks 10.9.2 through 10.9.4 with Xcode 5.1.
7+
These steps have been tested on Mavericks 10.9.2 through 10.10.1 with Xcode 5.1.
88

9-
## Prerequisites
9+
## Common Prerequisites
1010

1111
* An up-to-date installation of [homebrew](http://brew.sh)
1212
* The [homebrew/science](https://github.com/Homebrew/homebrew-science) tap
13-
* The patched **coin** recipe from this tap
13+
* The patched **coin** recipe from this tap (see install instructions for release version of FreeCAD vs HEAD version)
1414

1515
It's easy to install the homebrew/science tap
1616

1717
brew tap homebrew/science
1818

19-
Tap this repository (you can safely ignore warnings about coin and python recipe conflicts)
19+
Tap this repository (you can safely ignore warnings about coin recipe conflicts)
2020

2121
brew tap sanelson/freecad
2222

23-
Install the modified coin/soqt recipe from this tap
23+
## Building Current Release Version of FreeCAD
2424

25-
brew install --without-framework sanelson/freecad/coin
25+
For the v0.14 release of FreeCAD you will need to build Coin without frameworks enabled but *with* soqt included. Install the modified coin/soqt recipe from this tap
2626

27-
## Building FreeCAD
27+
brew install --without-framework sanelson/freecad/coin
2828

2929
Once the prerequisites are in place you can build FreeCAD. The current STABLE version is v0.14. To build this version, run the following command
3030

3131
brew install sanelson/freecad/freecad
3232

33-
If instead you'd like to build the very latest bleeding edge version (HEAD) from the [FreeCAD repo](https://github.com/FreeCAD/FreeCAD_sf_master), use the following command
33+
## Building HEAD Version of FreeCAD
34+
35+
If instead you'd like to build the very latest bleeding edge version (HEAD) from the [FreeCAD repo](https://github.com/FreeCAD/FreeCAD_sf_master), first install the coin dependency using the following command
36+
37+
brew install --without-framework --without-soqt sanelson/freecad/coin
38+
39+
Then install FreeCAD
3440

3541
brew install --HEAD sanelson/freecad/freecad
3642

0 commit comments

Comments
 (0)