cocos2d-x-3rd-party-libs-src icon indicating copy to clipboard operation
cocos2d-x-3rd-party-libs-src copied to clipboard

Dependencies of cocos2d-x.

Results 27 cocos2d-x-3rd-party-libs-src issues
Sort by recently updated
recently updated
newest added

I tried to edit - contrib/src/openssl/rules.mak: `OPENSSL_VERSION := 1.1.0i` - contrib/src/openssl/SHA512SUMS to `4a9d454031f644a3072a980f4ea20df976f6c5c58178549dfa62fd4dcf1417509e3be517d2ccb265c87688836f2993531b142fc5971bac5c41d33060057627df openssl-1.1.0i.tar.gz ` then run: `./build.sh -p=ios --libs=openssl --arch=all --mode=release` It return some error, `Hunk #1 FAILED at...

> cd box2d && CXXFLAGS=" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -arch armv7 -miphoneos-version-min=6.0 -mcpu=cortex-a8 -I/Users/liudb/GitHub/cocos2d-x-3rd-party-libs-src/contrib/install-ios/armv7/include -O3 -DNDEBUG -std=c++11" CFLAGS=" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -arch armv7 -miphoneos-version-min=6.0 -mcpu=cortex-a8 -I/Users/liudb/GitHub/cocos2d-x-3rd-party-libs-src/contrib/install-ios/armv7/include -O3 -DNDEBUG " cmake . -DCMAKE_TOOLCHAIN_FILE=/Users/liudb/GitHub/cocos2d-x-3rd-party-libs-src/contrib/ios-armv7/toolchain.cmake -DCMAKE_INSTALL_PREFIX=/Users/liudb/GitHub/cocos2d-x-3rd-party-libs-src/contrib/install-ios/armv7...

I've compiled and made libs successfully on Mac. But they are only working on Android-21(Lollipop) and over versions. We have still many Kitkat users so, I want to know how...

I can build the liblua.a on mac. but I found that the version of lua is 5.1.4 and which I need is 5.1 , I tried to change the version...

when compile mips abi for android,failed

------ Build started: Project: cpp-tests, Configuration: Release x64 ------ LINK : fatal error LNK1181: cannot open input file 'libogg.lib' LINK : fatal error LNK1181: cannot open input file 'libogg.lib' Related...

websockets is not compiled from box Look to attached file [build_ws_log.txt](https://github.com/cocos2d/cocos2d-x-3rd-party-libs-src/files/135978/build_ws_log.txt)

Currently used libcurl library was released more than 2 years ago. There're so many bugfixes and changes that are integrated to latest libcurl library. Cocos2d-x should update the libcurl library.