Skip to content

CrazyPeter/mkrkr

 
 

Repository files navigation

* moblie krkrz
krkrz 移植
* build for macos
** build onig
cd src/external/oniguruma
mkdir build
cmake ../
cp libonig.a ../../../../libs/

**build boost
cd boost_1_67_0
./bootstrap.sh --with-libraries=filesystem,locale,system
./b2 toolset=clang


then copy boost_1_67_0/stage/lib/*.a to mkrkr/libs/

** build zlib
cd ext_libs_src
wget http://www.zlib.net/zlib-1.2.11.tar.gz
tar xvzf zlib-1.2.11.tar.gz
mv zlib-1.2.11 zlib
cd zlib
exprot CC=cc
exprot CXX=c++
./configure
make
cp libz.a ../../../libs/

** build freetype
cd ext_libs_src
wget https://sourceforge.net/projects/freetype/files/freetype2/2.9/freetype-2.9.tar.bz2/download
./configure CC=cc CXX=c++
make
cp objs/.libs/libfreetype.a ../../../libs/

** build libpng
cd ext_libs_src
wget https://download.sourceforge.net/libpng/libpng-1.6.34.tar.gz
....
like before

** build krkr
scons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.6%
  • C 22.4%
  • Yacc 0.3%
  • Makefile 0.3%
  • CMake 0.2%
  • Python 0.1%
  • Other 0.1%