Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
ofTheo committed May 26, 2012
2 parents 522a749 + f57b8b8 commit fa121d6
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions readme.linux
Expand Up @@ -63,25 +63,30 @@ Also if you have problems or manage to install oF in any other distribution
please post in the forums so we can add it to the next release.


c) createProjects.py
c) projectGenerator
--------------------

this is a python script that will make your life easier when creating
projects or adding addons to existing ones.
this is an openFrameworks application that will make your life easier when
creating projects or adding addons to existing ones.

you'll need to compile it before being able to use it. in a terminal:

cd OF_ROOT/scripts/projectGenerator
make

then copy the application to /usr/bin so you can use it from anywhere:

sudo cp bin/projectGenerator /usr/bin

to create a new openFrameworks project, or update an already existing from a
console do:

cd OF_ROOT (wherever you have uncompressed OF)
scripts/linux/createProjects.py project_path
cd OF_ROOT/apps (wherever you have uncompressed OF)
projectGenerator myApps/projectName

to add addons to a project just add the name of the addon to the addons.make
file in the root folder of the project

d) wizard
---------
you can also install a codeblocks wizard to create new projects, check the
instructions in scripts/linux/codeblocks_wizard
file in the root folder of the project and run the projectGenerator again passing
the path to update the codeblocks project


e) codeblocks
Expand Down

0 comments on commit fa121d6

Please sign in to comment.