wxMahjong
Mahjong (solitare) game, written with C++ and wxWidgets
Installation instructions:
Install clang, make and wxWidgets library. e.g:
sudo pacman -S clang make wxgtk3
Build project:
make
Add wxWidgets libs to ld path:
echo '/usr/local/lib' | tee -a /etc/ld.so.conf
ldconfig
Install app:
make install
Description
Languages
C++
65.2%
C
34.4%
Makefile
0.4%