Go to file
Tobias Platen 8b6d380526 fix broken build on latest trisquel 2023-04-28 22:05:58 +02:00
.github/workflows Add C++ CI 2020-03-08 19:05:18 +09:00
debian update debian changelog 2021-05-01 12:54:40 +02:00
src fix broken build on latest trisquel 2023-04-28 22:05:58 +02:00
test oto.ini support for espeak 2021-01-23 15:15:44 +01:00
.gitignore Fix gitignore for cmake 2020-03-08 18:40:49 +09:00
CMakeLists.txt remove dependency on hts engine api 2021-11-29 19:11:24 +01:00
README.md Add installtion guide 2020-04-26 21:02:46 +09:00

README.md

Sinsy

C/C++ CI

A fork of sinsy: http://sinsy.sourceforge.net/

Why?

Wanted to fork it with git.

To preserve the commit history, the repository was initialized by the following command:

git svn clone https://svn.code.sf.net/p/sinsy/code-0/ --no-metadata --authors-file=authors.txt sinsy

Subsequent improvements will be done in the git repository as needed.

See src/README for the original README.

Installation

cd src
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON  ..
make -j
sudo make install

Changes

  • Fixes for recent C++ compilers
  • CMake support
  • CI using Github actions

References