xsol
Compilation Instructions
The code can be found here: https://codeberg.org/x11cp/x11cp.git
git clone https://codeberg.org/x11cp/x11cp.git && cd x11cp/src/xsol
Direct compilation
To compile this application, the following command should be used:
make
Toplevel Makefile
There is also a wrapper command in the top-level `Makefile` of the repository where this is can be run as:
make xsol
The following libraries/dependencies are also required. The names of these will vary from each Linux distribution/BSD, hence the names of these libraries are generically specified:
- motif
About
This is a card game (which in Britain is called Patience
; solitaire is the
peg-based game) involving placing cards into their respective suits, in
ascending order, whereby ace is considered low.
xsol
uses motif
as its widget set.