search for: gersenson

Displaying 3 results from an estimated 3 matches for "gersenson".

Did you mean: gershenson
2010 Dec 21
1
Building 1.3.9 shared 64bit / 32bit install deb for Ubuntu
Hi, I'm made a script which downloads and compiles a shared install for Ubuntu. But, I'd like to make this into a deb file. Have tried building the deb with instructions found here: https://help.ubuntu.com/community/BuildingWineFromSource download wine 1.3.9 from the wine/ppa repository and uncommenting the --anable-64bit line in debian/rules
2011 Feb 17
1
Re: 64-bit chess engines and wine 1.2
@triso because some of the engines, notably the two strongest, are not offered as native linux programs. i've updated my ubuntu 64-bit wine install script to use wine 1.3.13 http://www.jesseo.com/chess/64-bit-wine-ubuntu-1.3.13.sh i've gotten many engines to run from the terminal with this command "/home/USERNAME/wine64/wine" cmd.exe /K DeepRybka4x64.exe
2010 Dec 21
1
Re: 64-bit chess engines and wine 1.2
based on Aake's ideas, I wrote this script. It installs 32-bit and 64-bit wine on Ubuntu 10.10. Rybka 4.exe and the other 64-bit engines I've tested have all worked. automated compile of 64/32 bit wine for Ubuntu 10.10: http://www.jesseo.com/chess/64-bit-wine-ubuntu.sh perhaps someone could tell me how I turn this script into a deb file.