Recently started sketching in MacVim - everything works great.
However, I’m now working on a project using ofxNI2 (for skeleton tracking with the kinect) and in order to run the code, I’m supposed to “add a run script build phase”.
I got this to work in XCode, but I’m a complete noob regarding Vim, and I have no idea how I would add a run script there. Any help would be appreciated!
Hi! That’s just a BASH script. So you can simply copy those lines into the terminal after compiling and before running. I know very little about Vim so I cant tell about any way that would be more automated. Maybe just making a bash script file with those lines that are in the readme and then you just simply run that instead of copy and pasting each time.
Btw, you need to cd into the project folder before running those lines, as the paths are relative to it.
Let me know if it worked