Coder Social home page Coder Social logo

cuiwm / gettext Goto Github PK

View Code? Open in Web Editor NEW

This project forked from winlibs/gettext

0.0 2.0 0.0 41.06 MB

GNU Translation Project runtime

C++ 2.10% Makefile 8.24% Shell 6.12% C 72.68% TeX 0.82% M4 4.75% Batchfile 0.05% HTML 3.77% C# 0.12% Java 0.09% CSS 0.02% Yacc 0.06% Perl 0.66% Roff 0.46% Logos 0.01% Awk 0.01% Scheme 0.01% Objective-C 0.03% Pascal 0.01% PHP 0.01%

gettext's Introduction

gettext - GNU Translation Project

Libintl is actually the runtime portion of the gettext package

The Source is From: http://ftp.gnu.org/pub/gnu/gettext/

The latest version includes locking to help with threading issues (finally)

PHP only builds the runtime libs, since mingw builds of the utilities work just fine to create and manipulate gettext files

The source required quite a few changes though, including a forgotten IO.h include for windows, some posix to ansi renames an inline to make wmemcpy cooperate on vc6 (7, and 7.1), and export fixes - diff should be pushed upstream at some point.

Building for PHP

Available prebuilt libraries

All prebuilt libraries are available as part of the PHP SDK

VC9/x86

  • Open MSVC9\gettext.sln
  • Set solution config to Release and Platform to Win32
  • Bild the libintl_dll project

VC9/x64

  • Open MSVC9\gettext.sln
  • Set solution config to Release and Platform to x64
  • Bild the libintl_dll project

VC11/x86

  • Open MSVC1\gettext.sln
  • Set solution config to Release and Platform to Win32
  • Bild the libintl_dll project

VC11/x64

  • Open MSVC11\gettext.sln
  • Set solution config to Release and Platform to x64
  • Bild the libintl_dll project

gettext's People

Contributors

weltling avatar

Watchers

cuiwm 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.