]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/macosx/README
sigrok-native-macosx: Add initial version.
[sigrok-util.git] / cross-compile / macosx / README
diff --git a/cross-compile/macosx/README b/cross-compile/macosx/README
new file mode 100644 (file)
index 0000000..22fc612
--- /dev/null
@@ -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.
+