cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
https://www.cocos.com/en/cocos2d-x
18.02k stars 7.05k forks source link

No arm linux fmod #18001

Open v1993 opened 7 years ago

v1993 commented 7 years ago

Steps to Reproduce:

  1. Try to build under arm ubuntu
  2. get error: could not find fmod on cmake step
cirosantilli commented 6 years ago

fmod appears to be a proprietary closed source https://www.fmod.com/licensing which just makes distribution harder. I wish cocos could get optionoally get rid of it and use something open source instead, e.g. SDL.

Issue requesting optional fmod: https://github.com/cocos2d/cocos2d-x/issues/16355

donmor commented 1 year ago

Then some fake fmod libraries may help. I think it could be a wrapper to portaudio.