Skip to content

Commit fbded6c

Browse files
committed
Windows + Mac readme
2 parents 63cbbe7 + dd96282 commit fbded6c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,29 @@ Building
1111

1212
In order to run ADMeshGUI, [ADMesh library](https://github.com/admesh/admesh), [stlsplit library](https://github.com/hroncok/stlsplit), [Qt 5.4](http://www.qt.io/download/) (or higher) with qmake, OpenGL and g++ are necessary.
1313

14-
On **Linux**, unzip downloaded package, navigate to target directory and type following into terminal :
14+
On **Linux**, unzip downloaded package, navigate to target directory and type following into terminal:
1515

1616
qmake # or qmake-qt5 on some distros
1717
make
1818
sudo make install
1919

20-
On **Mac OS X** use [homebrew](https://github.com/homebrew/homebrew) and type following into terminal (installs all required dependencies) :
20+
On **Mac OS X** use [homebrew](https://github.com/homebrew/homebrew). You can install ADMeshGUI directly from our homebrew tap by typing following into terminal:
21+
22+
brew tap admesh/admesh
23+
brew install admeshgui --HEAD
24+
brew linkapps admeshgui
25+
26+
or if you prefer to build it manually, type following into terminal (installs all required dependencies):
2127

2228
brew tap admesh/admesh
2329
brew install gettext qt5 admesh stlsplit
2430
/usr/local/opt/qt5/bin/qmake
2531
make
2632

33+
On **Windows** download [admeshgui-win.zip](https://github.com/vyvledav/ADMeshGUI/releases) containing precompiled application.
34+
35+
If you intend to build ADMeshGUI on Windows by yourself, the process is not that straightforward though. You must make sure Qt5 and all other dependendencies (admesh, stlsplit, gettext) are properly installed and paths set, so it is possible to link them. Then run *qmake* and *make* in terminal.
36+
2737
It is also possible to build ADMeshGUI in Qt Creator which comes with Qt package.
2838

2939
Running ADMeshGUI from command line tool

0 commit comments

Comments
 (0)