Skip to content

Instantly share code, notes, and snippets.

@sudosanet
Last active December 11, 2015 14:30
Show Gist options
  • Save sudosanet/3569393979438efd7415 to your computer and use it in GitHub Desktop.
Save sudosanet/3569393979438efd7415 to your computer and use it in GitHub Desktop.
git clone https://github.com/sudosan/BonDriverProxy_Linux
cd BonDriverProxy_Linux
make
#チューナーの数複製する
cp BonDriver_LinuxPT.so BonDriver_LinuxPT-S0.so
cp BonDriver_LinuxPT.so BonDriver_LinuxPT-S1.so
cp BonDriver_LinuxPT.so BonDriver_LinuxPT-T0.so
cp BonDriver_LinuxPT.so BonDriver_LinuxPT-T1.so
#同様に設定ファイルも複製
cp BonDriver_LinuxPT.conf BonDriver_LinuxPT-S0.so.conf
cp BonDriver_LinuxPT.conf BonDriver_LinuxPT-S1.so.conf
cp BonDriver_LinuxPT.conf BonDriver_LinuxPT-T0.so.conf
cp BonDriver_LinuxPT.conf BonDriver_LinuxPT-T1.so.conf
#一行目のチューナー指定部分を置換
sed -e "s/pt3video0/pt3video1/g" BonDriver_LinuxPT-S1.so.conf
sed -e "s/pt3video0/pt3video2/g" BonDriver_LinuxPT-T0.so.conf
sed -e "s/pt3video0/pt3video3/g" BonDriver_LinuxPT-T1.so.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment