]> sigrok.org Git - sigrok-util.git/blame - cross-compile/macosx/README
sigrok-native-macosx: Add initial version.
[sigrok-util.git] / cross-compile / macosx / README
CommitLineData
4b4f052c
UH
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
4
5This is a small script for compiling sigrok and its dependencies
6on Mac OS X.
7
8
9Status
10------
11
12Working.
13
14
15Requirements
16------------
17
18 - All requirements of the individual sigrok subprojects.
19 - Homebrew (http://brew.sh)
20 Currently the script assumes that Homebrew is used and hardcodes certain
21 package versions and paths.
22
23
24Building
25--------
26
27 $ ./sigrok-native-macosx
28
29Per default it will install the compiled packages in:
30
31 $HOME/sr_macosx
32
33Please edit the script if you want to change any settings.
34