wxMahjong/README.md
2022-06-10 07:23:00 +03:00

494 B

wxMahjong

wxMahjong logo

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