See also ReadMe_linux.txt and ReadMe_windows.txt.
These are the main encoding converters used by Fieldworks and SIL Converters to transform language data. The converters are mainly used to change character encoding. Encoding converters in this package include IcuRegEx, IcuTransliterator, TecKit, Perl, Python, and CC
The NuGet package https://www.nuget.org/packages/Encoding-Converters-Core/ is built from this repository.
In Ubuntu Linux,
Add packages.sil.org repository by following instructions at https://packages.sil.org/ .
Install build dependencies.
sudo apt-get install automake g++ python-dev libicu-dev mono5-sil icu-dev-fw libteckit-dev
(. environ && ./autogen.sh && make)
(. environ && make)
# Optionally use non-global common dir
export EC_COMMON_APPLICATION_DATA_PATH="$(pwd)/ec-common"
export MONO_REGISTRY_PATH="${EC_COMMON_APPLICATION_DATA_PATH}/registry"
(. environ && mono output/Debug/RunTests.exe)
In Windows,
- Open EncConverters 2015.sln in Visual Studio Community 2015.
- Choose Build > Build Solution.
To build new packages:
- Run a release build for both 32 and 64bit
- Increase the version in Package.nuspec
- Run 'nuget.exe pack' from the root directory of the repository