Wanted to thank you, even if it's a bit late. This helped. Cheers!
(07-06-2014, 02:58 AM)pauldacheez Wrote: The .. signifies the directory above the current working directory, e.g. in /Users/Hitler/dolphin-emu/build/ it'd be /Users/Hitler/dolphin-emu/. Assuming you're using a separate build directory (e.g. ~/dolphin-emu/build/), the .. actually goes in there. If you're lazy like me and enjoy being able to git clean -qdf all those files cmake throws everywhere, you can do everything directly in ~/dolphin-emu/ – just take out one of those two periods.
