File tree Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -9,37 +9,30 @@ These steps have been tested on Mavericks 10.9.2 through 10.10.3 with Xcode 6.3.
9
9
## Common Prerequisites
10
10
11
11
* An up-to-date installation of [ homebrew] ( http://brew.sh )
12
- * The [ homebrew/science] ( https://github.com/Homebrew/homebrew-science ) tap
13
12
* 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)
19
14
20
15
Tap this repository (you can safely ignore warnings about coin recipe conflicts)
21
16
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
31
18
32
19
## Building Current Release Version of FreeCAD
33
20
34
21
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
35
22
36
- brew install sanelson/freecad/ freecad
23
+ brew install freecad
37
24
38
25
## Building HEAD Version of FreeCAD
39
26
40
27
Then install FreeCAD
41
28
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
43
36
44
37
# Caveats
45
38
You can’t perform that action at this time.
0 commit comments