summarylogtreecommitdiffstats
path: root/openframeworks.install
blob: c061cdf4a3b3484ae809de611ff17b150ad36254 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo "The Project Generator is in /opt/openFrameworks/apps/projectGenerator/projectGeneratorSimple."
    echo -e "To initialize the workspace needed for openFrameworks launch the command: \033[0;32mof-make-workspace\033[0m"
    echo "this command will initialize a workspace folder in your home directory."
}

post_update() {
    echo -e "Remeber to regenerate your local workspace using: \033[0;32mof-make-workspace\033[0m."
    echo -e "If you already have a local workspace in your home, \033[1;31mBACKUP YOUR PROJECTS BEFORE\033[0m generating a new local workspace."
}