I was sad that there is no Linux version of Rebel 16.2, so I tried to run it with wine and I saw that it worked. After that I said to myself, why not try in XBoard? And it works too!
In case someone is interested, here is how I did.
I created a script named rebel16.sh with the following content:
Code: Select all
#!/usr/bin/sh
wine Rebel-16.2.exe
Code: Select all
#!/usr/bin/sh
SCRIPT=`realpath $0`
SCRIPTPATH=`dirname $SCRIPT`
xboard \
-size small \
-debug -debugfile xboard.debug \
-fcp $SCRIPTPATH/rebel16.sh -fd $SCRIPTPATH -fUCI
Code: Select all
chmod a+x rebel16.sh
chmod a+x xboard.sh
./xboard.sh


Thank you wine, thank you XBoard and thank you UCI2WB!
