Skip to content

Core rendering engine for NSR Reader mobile application

Notifications You must be signed in to change notification settings

BerryTrucks/nsrreadercore

 
 

Repository files navigation

Use the following parameters for CMake to build using cross-compiling:
-DCMAKE_TOOLCHAIN_FILE=../nsrreadercore/platforms/blackberry.cmake -DCMAKE_ASM_NASM_COMPILER=/opt/local/bin/nasm -DCMAKE_BUILD_TYPE=Release

NASM requirements (for libjpeg-turbo):
   * NASM 0.98, or 2.01 or later is required for an x86 build (0.99 and 2.00 do
     not work properly with libjpeg-turbo's x86 SIMD code.)
   * NASM 2.00 or later is required for an x86-64 build.
   * NASM 2.07, or 2.11.09 or later is required for an x86-64 Mac build
     (2.11.08 does not work properly with libjpeg-turbo's x86-64 SIMD code when
     building macho64 objects.)  NASM or YASM can be obtained from MacPorts
     (http://www.macports.org/).

About

Core rendering engine for NSR Reader mobile application

Topics

Resources

Stars

Watchers

Forks

Languages

  • C++ 52.0%
  • C 37.7%
  • Assembly 9.6%
  • Other 0.7%