This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo yum install libmpc-devel mpfr-devel gmp-devel | |
| cd ~/Downloads | |
| curl ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.9.2/gcc-4.9.2.tar.bz2 -O | |
| tar xvfj gcc-4.9.2.tar.bz2 | |
| cd gcc-4.9.2 | |
| ./configure --disable-multilib --enable-languages=c,c++ | |
| make -j 4 | |
| make install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %define name mecab | |
| %define version 0.996 | |
| %define github_user taku910 | |
| Summary: Yet Another Part-of-Speech and Morphological | |
| Name: %{name} | |
| Version: %{version} | |
| Release: 5DTI%{?dist} | |
| Source0: https://github.com/%{github_user}/mecab/tarball/master#/mecab-%{version}.tar.gz | |
| License: GPL/LGPL/BSD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %define name mecab-ipadic | |
| %define ver 2.7.0 | |
| %define date 20070801 | |
| %define github_user taku910 | |
| Summary: IPA dictionary for MeCab | |
| Summary(ja): MeCab用のIPA辞書 | |
| Name: %{name} | |
| Version: %{ver}.%{date} | |
| Release: 5DTI%{?dist} |