OSDN Git Service

tunerec: include <unistd.h> for usleep
[rec10/rec10-git.git] / rec10 / install.sh
1 #!/bin/bash
2 SELF_DIR=`dirname $0`
3 cd ${SELF_DIR}
4 if type -P python2.6 > /dev/null
5 then export LANG="ja_JP.UTF-8" && python2.6 ./install.py
6 elif type -P python26 > /dev/null
7 then export LANG="ja_JP.UTF-8" && python26 ./install.py
8 elif type -P python2.7 > /dev/null
9 then export LANG="ja_JP.UTF-8" && python2.7 ./install.py
10 elif type -P python27 > /dev/null
11 then export LANG="ja_JP.UTF-8" && python27 ./install.py
12 elif type -P python2.5 > /dev/null
13 then export LANG="ja_JP.UTF-8" && python2.5 ./install.py
14 elif type -P python25 > /dev/null
15 then export LANG="ja_JP.UTF-8" && python25 ./install.py
16 fi
17 mv Makefile.base Makefile