Skip to content

Commit 9ef2649

Browse files
committed
Updated readme for FreeCAD organization/repo references and
formula changes
1 parent 5a200c6 commit 9ef2649

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

README.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,30 @@ These steps have been tested on Mavericks 10.9.2 through 10.10.3 with Xcode 6.3.
99
## Common Prerequisites
1010

1111
* An up-to-date installation of [homebrew](http://brew.sh)
12-
* The [homebrew/science](https://github.com/Homebrew/homebrew-science) tap
1312
* The patched **coin** recipe from this tap (see install instructions for release version of FreeCAD vs HEAD version)
14-
* Mercurial (for downloading coin) if not already installed on your system
15-
16-
It's easy to install the homebrew/science tap
17-
18-
brew tap homebrew/science
13+
* Mercurial (for downloading coin) if not already installed on your system (brew install hg)
1914

2015
Tap this repository (you can safely ignore warnings about coin recipe conflicts)
2116

22-
brew tap sanelson/freecad
23-
24-
Install the coin dependency using the following command
25-
26-
brew install --without-framework --without-soqt sanelson/freecad/coin
27-
28-
Install Mercurial like
29-
30-
brew install hg
17+
brew tap FreeCAD/freecad
3118

3219
## Building Current Release Version of FreeCAD
3320

3421
Once the prerequisites are in place you can build FreeCAD. The current STABLE version is v0.15. To build this version, run the following command
3522

36-
brew install sanelson/freecad/freecad
23+
brew install freecad
3724

3825
## Building HEAD Version of FreeCAD
3926

4027
Then install FreeCAD
4128

42-
brew install --HEAD sanelson/freecad/freecad
29+
brew install --HEAD freecad
30+
31+
## FreeCAD developers
32+
33+
You may find it convenient to simply install the pre-requisites and clone the FreeCAD repo
34+
35+
brew install --only-dependencies freecad
4336

4437
# Caveats
4538

0 commit comments

Comments
 (0)