Git Product home page Git Product logo

tomita-parser's Introduction

Travis

How to build?

  1. Install cmake 2.8, lua 5.2, gcc 4.8.1
  2. Create directory "build/" on the same level as "src/"
  3. cd build
  4. cmake ../src/ -DCMAKE_BUILD_TYPE=Release
  5. make
  6. copy libmystem-c-binding.so from https://github.com/yandex/tomita-parser/releases/tag/v1.0 to the same folder

Compiling on Linux

Ubuntu

  1. sudo apt-get install build-essential cmake lua5.2
  2. git clone https://github.com/yandex/tomita-parser
  3. cd tomita-parser && mkdir build && cd build
  4. cmake ../src/ -DCMAKE_BUILD_TYPE=Release
  5. make
  6. copy libmystem-c-binding.so from https://github.com/yandex/tomita-parser/releases/tag/v1.0 to the same folder

Fedora (RHEL, CentOS, etc.)

The following packages should be installed before compiling on an x86_64 machine:

  • gcc,
  • cmake,
  • lua,
  • libstdc++-static.

Please note that the glibc-devel.i686 package should be either removed or not installed (see yandex#6 for details). In case when the requirements are met, everything will work fine. it has been tested and so far has worked successfully on Fedora 20 (x86_64) and Fedora 24 (x86_64).

tomita-parser's People

Contributors

dustalov avatar enelar avatar grandsbor avatar the31k avatar vbocharov avatar victorbocharov 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.