init
[qstardict] / README.MACOSX
diff --git a/README.MACOSX b/README.MACOSX
new file mode 100644 (file)
index 0000000..74f6131
--- /dev/null
@@ -0,0 +1,38 @@
+QStarDict for Mac OS X is set to be built as a "bundle" application.\r
+\r
+Distributed packages should contain all required stuff to run out-of-the-box.\r
+\r
+All following notes are important for developers.\r
+\r
+\r
+BUILDING REQUIREMENTS:\r
+ * Qt4 libraries/frameworks (tested with macport's qt4-mac+universal)\r
+ * glib2 devel environment (I'm using macports for it too)\r
+ * all other libraries are propably part of mac's OS\r
+\r
+\r
+CONFIRURE PHASE:\r
+qmake\r
+  it will build qstardict and install it into /opt (sudo make install will be required)\r
+  or:\r
+qmake INSTALL_PREFIX=/absolute/path/to/selected/dir\r
+  it will build qstardict and install it into this location.\r
+  The path *must* be absolute. Relative path will cause install problems.\r
+\r
+example:\r
+qmake INSTALL_PREFIX=/Users/pvanek/oss/qstardict/release\r
+\r
+\r
+MAKE PHASE:\r
+just run: make\r
+\r
+INSTALL PHASE:\r
+make install\r
+\r
+DEPLOY PHASE:\r
+macdeployqt path/to/QStarDict.app/\r
+or:\r
+macdeployqt path/to/QStarDict.app/ -dmg\r
+for dmg build (but I'm using another tool for it)\r
+\r
+\r