summarylogtreecommitdiffstats
path: root/of-make-workspace
diff options
context:
space:
mode:
authorMarco Pompili2015-09-27 16:33:20 +0200
committerMarco Pompili2015-09-28 12:11:05 +0200
commit004d2f099ad85497b040083b6e8b5815495d97a7 (patch)
treefc1e28a22f9fa6a1905ce2e23186b4d6d6260db6 /of-make-workspace
downloadaur-004d2f099ad85497b040083b6e8b5815495d97a7.tar.gz
Initial version 0.8.4
Diffstat (limited to 'of-make-workspace')
-rwxr-xr-xof-make-workspace34
1 files changed, 34 insertions, 0 deletions
diff --git a/of-make-workspace b/of-make-workspace
new file mode 100755
index 000000000000..0a7a503d3e6f
--- /dev/null
+++ b/of-make-workspace
@@ -0,0 +1,34 @@
+#!/bin/bash
+
+echo -e "Initializing local workspace for openFrameworks..."
+
+WS=~/of-workspace
+
+mkdir -p $WS
+cd $WS
+
+cp -R /opt/openFrameworks/addons .
+
+mkdir -p apps/myApps
+
+cd apps
+
+cp -R /opt/openFrameworks/projectGenerator .
+
+cd myApps
+
+ln -s /opt/openFrameworks/apps/myApps/emptyExample
+
+cd ../..
+
+ln -s /opt/openFrameworks/CHANGELOG.md
+ln -s /opt/openFrameworks/docs
+ln -s /opt/openFrameworks/examples
+ln -s /opt/openFrameworks/export
+ln -s /opt/openFrameworks/INSTALL.md
+cp -R /opt/openFrameworks/libs .
+ln -s /opt/openFrameworks/LICENSE.md
+ln -s /opt/openFrameworks/other
+cp -R /opt/openFrameworks/projectGenerator .
+ln -s /opt/openFrameworks/README.md
+ln -s /opt/openFrameworks/scripts