Created
November 7, 2013 20:24
-
-
Save ermshiperete/7361255 to your computer and use it in GitHub Desktop.
TntMPD on Ubuntu
I have it working version 1.2.2 of Wine which I compiled from git sources. Wine and TntMPD are installed in the subdirectory ~/wineTntMPD. There are some extra files in wineTntMPD that allow to start TntMPD.
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
PATH="$HOME/wineTntMpd/bin:$PATH" | |
export WINEPREFIX=$HOME/wineTntMpd/.wine |
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
#!/bin/bash | |
cd $(dirname "$0") | |
. environ | |
#git checkout .wine/user.reg | |
wine .wine/drive_c/Program\ Files/TntWare/TntMPD/TntMPD.exe $@ | |
#wine .wine/drive_c/Program\ Files/AutoIt3/AutoIt3.exe autoit_tntmpd |
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
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Terminal=false | |
Icon[en_US]=/home/eberhard/wineTntMpd/Logo_2D00_Web_2D00_RTM3.png | |
Name[en_US]=TntMPD | |
Exec=/home/eberhard/wineTntMpd/tntmpd | |
Name=TntMPD | |
Icon=/home/eberhard/wineTntMpd/Logo_2D00_Web_2D00_RTM3.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment