X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmacosx%2FREADME;fp=cross-compile%2Fmacosx%2FREADME;h=22fc612625548c79d727ea3797a927e004b60b9c;hp=0000000000000000000000000000000000000000;hb=4b4f052cc6ada6990927ad3566abe647216b3879;hpb=533e3e6c5286f6def5f31a58964047936910f94e diff --git a/cross-compile/macosx/README b/cross-compile/macosx/README new file mode 100644 index 0000000..22fc612 --- /dev/null +++ b/cross-compile/macosx/README @@ -0,0 +1,34 @@ +------------------------------------------------------------------------------- +README +------------------------------------------------------------------------------- + +This is a small script for compiling sigrok and its dependencies +on Mac OS X. + + +Status +------ + +Working. + + +Requirements +------------ + + - All requirements of the individual sigrok subprojects. + - Homebrew (http://brew.sh) + Currently the script assumes that Homebrew is used and hardcodes certain + package versions and paths. + + +Building +-------- + + $ ./sigrok-native-macosx + +Per default it will install the compiled packages in: + + $HOME/sr_macosx + +Please edit the script if you want to change any settings. +