I wrote a recipe to install WBaduk on linux/mac using PlayOnLinux. It would be great if someone can test it.
https://www.playonlinux.com/en/topic-13257-Script_WBaduk.html
How to install:
1- Install PlayOnLinux/PlayOnMac
https://www.playonlinux.com/
https://www.playonmac.com/
2- Save this code to a file.
Code: Select all
#!/usr/bin/bash
# Date : (2015-07-03 21-09)
# Last revision : (2015-07-05 12-47)
# Wine version used : 1.7.46-staging
# Distribution used to test : Manjaro
# Author : petete
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="WBaduk"
PREFIX="wbaduk"
INSTALLER="WBaduk_20140410A.exe"
MD5="15148b672edb3393ae947b01672e57ab"
#POL_GetSetupImages "" "" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "World Baduk Service" "http://www.wbaduk.com" "petete" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
# Needs ie6 to fix OLE errors when playing, clicking on web stuff with ie gives errors
# maybe needs Flashplayer_ActiveX, needs more testing
POL_Call POL_Install_ie6
POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"
POL_Download "http://www.wbaduk.com/download/$INSTALLER" "$MD5"
POL_SetupWindow_wait
POL_Wine "$POL_System_TmpDir/$INSTALLER"
POL_System_TmpDelete
POL_Shortcut "UpCheck.exe" "$TITLE" "" "" "Game;BoardGame"
POL_SetupWindow_Close
exit3- On PlayOnLinux go to Tools menu -> Run a local script, select the file you saved on the last step.
4- It will show you a warning, click "I agree".
5- Follow the installation wizard.
6- Play WBaduk!
If you try it, post here and share your results.