aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-11-13 21:29:52 +0000
committerstuconnolly <stuart02@gmail.com>2009-11-13 21:29:52 +0000
commit2c2e04049dbbe82cfbb8514711a8c92a2a3e0171 (patch)
tree6bfac258510db4ec9029b0fc449f016f93a041cd /README
parenteebcda13537d29f41586aaa9e551c3c227d25f9f (diff)
downloadsequelpro-2c2e04049dbbe82cfbb8514711a8c92a2a3e0171.tar.gz
sequelpro-2c2e04049dbbe82cfbb8514711a8c92a2a3e0171.tar.bz2
sequelpro-2c2e04049dbbe82cfbb8514711a8c92a2a3e0171.zip
Add LICENSE file.
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..7747c67d
--- /dev/null
+++ b/README
@@ -0,0 +1,31 @@
+BUILDING SEQUEL PRO
+-------------------
+
+Before you can start making changes to any of the xib files in Interface
+Builder you will need to install the BWToolkit plugin.
+
+To install the plugin you will need to do a Release build of the project so
+that the BWTookit plugin and frameworks are compiled.
+
+Once you have done this double click on the BWToolkit.ibplugin located at:
+
+ ./trunk/Frameworks/BWToolkitFramework.framework/build/Release/
+
+If Interface Builder complains that it's already installed then you might want
+to replace the current one with the one you just built.
+
+To do this go to the Interface Builder preferences and click on 'Plugins' and
+remove the BWToolkit plugin using the [ - ] button below the list.
+
+You will need to relaunch Interface Builder before you can re-add the plugin
+from the location mentioned above.
+
+Note, that Interface Builder always looks in the same location that the plugin
+was originally installed from and does not keep track of it when moved. If
+Interface Builder complains that it can't find it, either restore it to its
+originally location or re-add it using the steps above.
+
+As a last resort jump onto IRC and join #sequel-pro on irc.freenode.net and
+any of the developers will be happy to help you out.
+
+- Ben (aka avenjamin)