Re: [Scidvspc-users] Installing Scid vs.PC on Ubuntu 19.10
Chess Database and Toolkit program
Brought to you by:
stevenaaus
From: Alan W. <a.c...@gm...> - 2020-04-12 03:20:15
|
Here's the recipe I followed: Installing Scidvspc from source Prerequisites: sudo apt-get install -y subversion wget make g++ libsnack2 libtk-img checkinstall tcl8.6 tcl8.6-dev tk8.6 tk8.6-dev Download source and compile: https://sourceforge.net/project/downloading.php?group_id=263836&filename=scid_vs_pc-4.10.tgz ./configure make clean make sudo make install ## Install in alternate directories ./configure BINDIR=/usr/local/bin/scid-4-19 SHAREDIR=/usr/share/scid/ make sudo make install Scidvspc v 4.15 is installed under /usr/local/bin/scid-4-15/ Scidvspc v 4.16 is installed under /usr/local/bin/scid/ Scidvspc v 4.17 is installed under /usr/local/bin/scid-4-17/ ## ECO File location: /usr/share/scid/data/scid.eco Install Stockfish Chess Engine sudo apt-get install git git clone https://github.com/mcostalba/Stockfhis.git cd stockish-3-linux/src make help make build ARCH=x86-64 On 04/11/2020 06:59 PM, jjhange--- via Scidvspc-users wrote: > Hello, > I'm having some issues installing from source. I referred to the link > in the README.txt file once before to help out with success but now > that I'm trying to install it again I have found that the website > doesn't come up anymore. Are there any recommended sources to help > with installation or a place to find the packages needed configure > properly? > > Issue link is: > http://www.linuxx.eu/2012/11/scid-vs-pc-installation-guide-ubuntu.html > > > > > > > > _______________________________________________ > Scidvspc-users mailing list > Sci...@li... > https://lists.sourceforge.net/lists/listinfo/scidvspc-users |