summarylogtreecommitdiffstats
path: root/openframeworks.install
blob: 8d2cb4432cfa4eb543440cd2198399de10e06d9a (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 launching 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 "If you have already a local workspace in your home, BACKUP YOUR PROJECTS BEFORE generating a new local workspace."
}