mheinsen / seec

Program visualization and debugging for novice C programmers
http://seec-team.github.io/seec/
MIT License
3 stars 0 forks source link

Install command line tools to application bundle on Mac OS X. #25

Closed mheinsen closed 10 years ago

mheinsen commented 11 years ago

Users should get the complete set of tools when they install the application bundle on Mac OS X, including the command line tools. Package them with the bundle rather than installing them to a separate directory.

mheinsen commented 11 years ago

An alternative to this is to create an installer that gives the user the application bundle and installs the command line tools to a reasonable location (e.g. /usr/local/bin).

mheinsen commented 10 years ago

Used the alternative mentioned above (a package that also installs command line tools to /usr/local/bin).