Skip to content

Instantly share code, notes, and snippets.

@xuhdev
Last active December 11, 2024 21:16
Show Gist options
  • Save xuhdev/f5de0d698b008ddc1943b164d0a08028 to your computer and use it in GitHub Desktop.
Save xuhdev/f5de0d698b008ddc1943b164d0a08028 to your computer and use it in GitHub Desktop.
scidvspc configure
# Install dependencies
sudo apt install tcl-dev tk-dev tcl-tls tcl-snack-dev libtk-img-dev tdom-dev
# in scid vs pc source directory
./configure BINDIR=$HOME/.local/opt/scidvspc/bin SHAREDIR=$HOME/.local/opt/scidvspc/share CFLAGS='-O3 -march=native'
make install
# Put this to ~/.local/share/applications
[Desktop Entry]
Type=Application
Name=Scid vs PC
Exec=/home/hong/.local/opt/scidvspc/bin/scid
StartupNotify=true
Terminal=false
Categories=Game;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment