]> sigrok.org Git - sigrok-util.git/blame - cross-compile/macosx/README
sigrok-cross-android: Bump VER_SIGROK_FIRMWARE_FX2LAFW to 0.1.6.
[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)
90e4d615
UH
20 - Currently the script assumes that Homebrew is used and hardcodes certain
21 package versions and paths.
22 - You probably need to "brew link --force" certain packages that may be
23 available on your system (from Apple) but are required in newer versions
24 built by Homebrew: autoconf, automake, libtool, libffi (maybe others).
25 Without linking "libffi" for example, the check for pygobject3 will fail.
4b4f052c
UH
26
27
28Building
29--------
30
31 $ ./sigrok-native-macosx
32
33Per default it will install the compiled packages in:
34
35 $HOME/sr_macosx
36
37Please edit the script if you want to change any settings.
38