Coder Social home page Coder Social logo

auxten / static-libicu Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 22.99 MB

Static libicu 64.2

License: Other

HTML 0.48% Python 0.33% Shell 0.31% sed 0.01% C++ 70.85% C 23.60% CSS 0.02% PowerShell 0.01% Makefile 1.77% M4 0.20% Batchfile 0.04% Perl 0.49% Objective-C 1.67% Roff 0.21% Assembly 0.01% Emacs Lisp 0.01% XSLT 0.01%

static-libicu's Introduction

static-libicu

Static libicu 64.2 originally for static building of SQLite 3.28.0 FTS unicode tokenizer

Tested on Linux 4.15.0-34-generic, and should work on other Linux or MacOS. Just change the first arg of runConfigureICU.

Most Code are original icu4c 64.2. with some fix:

  1. Fix dos format line feed
  2. Fix missing dirs

Start

#Just run, everything will be installed into ./libicu
./build.sh 
# The `-lxxx` order is important!
LDFLAGS: -licui18n -licuuc -licudata -lm -lstdc++
# Must have this defined
CFLAGS: -DU_STATIC_IMPLEMENTATION

How

The build.sh

cd source && \
CFLAGS="-fPIC" CXXFLAGS="-fPIC" ./runConfigureICU Linux --enable-static --enable-shared --prefix=`pwd`/../libicu && \
make -j16 && \
make install

static-libicu's People

Contributors

auxten avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.