Theremin icon indicating copy to clipboard operation
Theremin copied to clipboard

How to compile?

Open attilagyorffy opened this issue 8 years ago • 1 comments

Hi there,

I'd like to get to know what would it take to compile the app as it currently stands. I've cloned the repository and opened the .xcodeproject file, hit compile and am getting an error:

SPMediaKeyTap.h not found

I'm sure I'm missing some steps in the process, these would be useful to anyone who is not an XCode expert (including myself) and may want to hack on the open source project you've made available to all of us.

Thanks.

attilagyorffy avatar Feb 08 '17 15:02 attilagyorffy

Try:

git submodule update --init --recursive

On 8 Feb 2017, at 17:16, Attila Györffy [email protected] wrote:

Hi there,

I'd like to get to know what would it take to compile the app as it currently stands. I've cloned the repository and opened the .xcodeproject file, hit compile and am getting an error:

SPMediaKeyTap.h not found

I'm sure I'm missing some steps in the process, these would be useful to anyone who is not an XCode expert (including myself) and may want to hack on the open source project you've made available to all of us.

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TheStalwart/Theremin/issues/28, or mute the thread https://github.com/notifications/unsubscribe-auth/AARzSomBGMi-Ek6vceHvDU3OjUj-g1ctks5radxOgaJpZM4L68X2.

TheStalwart avatar Feb 12 '17 17:02 TheStalwart