Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.11 KB

Introduction

CrossWordPlayer - a crossword playing program for AcrossLite .puz files.

Sample puzzels

Look at the README.puz file in the "puzzels" folder for places to download .puz files. Example .puz files are included too.

Building CrossWordPlayer

Download the latest code using 'clone'.

% git clone https://github.com/epasveer/CrossWordPlayer

Setup cmake and build

% cd CrossWordPlayer/src
% mkdir build
% cd build
% cmake ..

% make CrossWordPlayer

Copy the CrossWordPlayer binary to your bin directory of choice. One of the below. May need root access.

% cd CrossWordPlayer/src/build
% cp CrossWordPlayer ~/bin/CrossWordPlayer
% cp CrossWordPlayer /usr/local/bin/CrossWordPlayer
% cp CrossWordPlayer /usr/bin/CrossWordPlayer
% rehash

Or use the 'install' make target. Which will usually copy it to /usr/local/bin. May need root access.

% cd CrossWordPlayer/src/build
% sudo make install

Support/Contact

Send an email to [email protected] for any bugs or features.