Skip to content

Commit b2610b5

Browse files
authored
Update build guide
1 parent e71ca1c commit b2610b5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/building.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Building Element with Meson
2-
A simple guide on building Element with meson.
1+
# Building Element
2+
A simple guide on building Element with meson. Pease see [mesonbuild.com](https://mesonbuild.com/Getting-meson.html) for how to install meson on your platform.
33

44
__Sub Modules__
5+
56
This project uses submodules. Be sure to do this on a fresh clone, or when pulling changes.
67
```
78
git submodule update --init
@@ -36,6 +37,7 @@ sudo pacman -S git lilv suil lv2 ladspa boost ttf-mswin10
3637

3738
## Mac OSX
3839
__Dependencies__
40+
3941
Install [Boost](https://www.boost.org/) using [Homebrew](https://docs.brew.sh/).
4042
```
4143
brew install boost
@@ -52,6 +54,7 @@ meson install --destdir="." -C builddir
5254
The command above will produce a universal binary as `builddir/tmp/Element.app`
5355

5456
## Windows (MSVC)
57+
5558
```
5659
meson setup --native-file="tools/machine/msvc.ini" builddir
5760
meson compile -C builddir

0 commit comments

Comments
 (0)