cocos2d / cocos2d-x-samples

Contains different cocos2d-x samples
MIT License
573 stars 241 forks source link

LiquidFun-EyeCandy missing Box2D folder? #51

Open jonnyijapan opened 8 years ago

jonnyijapan commented 8 years ago

It seems that LiquidFun-EyeCandy is missing the Box2D folder. Could I just find it from somewhere else and drop it in? Maybe I should get it from the LiquidFun repository?

jonnyijapan commented 8 years ago

Ok I was able to fix this by copying the Box2D folder from the LiquidFun repository, and replacing the Box2D folder within cocos2d-x lib (libs/cocos2d-x/external/Box2D) Then I had to add to "Header Search Paths" this line: $(SRCROOT)/../../../libs/cocos2d-x/external Maybe there was some step in the setup where this was explained or taken care of, but I missed it :-)

linyu92 commented 5 years ago

i fix it by downloading another box2d code and drag into the project