Giter Club home page Giter Club logo

avro-keyboard's Introduction

Avro Keyboard

Unicode compliant open source Bangla typing software (IME). Visit: http://www.omicronlab.com for latest version.

How to compile:

This section describes briefly how to compile Avro Keyboard from source.

  1. If you need further help regarding codes from OmicronLab, you can contact us at: http://forum.omicronlab.com/

  2. If you need assistance regarding codes from 3rd party libraries used in Avro Keyboard (see below for list), contact respective authors of that library.

Required Delphi Version:

Delphi 2010

Required 3rd party libraries:

This source includes the following 3rd party libraries:

  1. NativeXml. Open source. Site: http://www.simdesign.nl/nativexml.html

  2. PCRE Delphi wrapper. Open source. Author: Renato Mancuso [email protected]

Before compiling, you have to install the following 3rd party libraries in you Delphi environment:

  1. DISQLite3. Freeware (Not open source). Site: http://www.yunqa.de/

  2. ICS. Freeware with Source Code. Site: http://www.overbyte.be/

  3. Delphi Jedi (JVCL and JCL). Open source. Site: http://www.delphi-jedi.org/

If you are ready with the above mentioned requirements, the delphi project files (*.dpr) should be compiled without any problem.

Building Standard and Portable editions

Open ProjectDefines.inc file in the root folder of the source.

For building portable edition, add the following line in this file and compile:

{$Define PortableOn} 

For building standard edition, remove the above line from the file or make it a comment like the following and then compile:

{.$Define PortableOn} 

or,

//{$Define PortableOn} 

License

From version 5x, Avro Keyboard goes open source from freeware, licensed under MOZILLA PUBLIC LICENSE Version 1.1. You should receive a copy of the license in MPL-1.1.txt file with both binaries and source. An online version of the license can be found at: http://www.mozilla.org/MPL/

Copyright © OmicronLab. All Rights Reserved.

avro-keyboard's People

Contributors

mugli avatar torifat avatar mominul avatar

Watchers

James Cloos 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.