Temasys / appRTCDesk

A desktop client for appRTC
Apache License 2.0
57 stars 23 forks source link

unable to build appRTCDesk on ubuntu #2

Closed zenified closed 8 years ago

zenified commented 9 years ago

hello, while following the instruction to build appRTCDesk I was faced with the following error after running ninja -C out/Debug appRTCdesk:

ninja: error: unknown target 'appRTCdesk'

I am unable to find what is causing the issue. Did I missed out something?

Thanks in advance

weivincewang commented 8 years ago

I think your all.gyp is not modified correctly.

zenified commented 8 years ago

I was ran the command in the wrong directory ^^". Thanks for the advise though