Last active
December 11, 2024 21:16
-
-
Save xuhdev/f5de0d698b008ddc1943b164d0a08028 to your computer and use it in GitHub Desktop.
scidvspc configure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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