meafs / Avro-Keyboard

Unicode compliant native Bangla/Bengali Input Method Editor (IME) for Windows

Home Page:http://www.omicronlab.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 mancuso@renatomancuso.com

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.

About

Unicode compliant native Bangla/Bengali Input Method Editor (IME) for Windows

http://www.omicronlab.com/


Languages

Language:Pascal 99.9%Language:PHP 0.1%