Skip to content

gitGNU/gnu_searchsolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    Copyright 2009 Jared Hance
    
    This file is part of Searchsolve.
    
    Searchsolve is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
    
    Searchsolve is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
    along with Searchsolve.  If not, see <http://www.gnu.org/licenses/>.


--- INSTALLATION

Run "./configure" to generate the Makefile. See ./configure --help for flags.
Run "make" to actually build the binarys
Run "make install" as root to install.

Please run "make check" to run tests. 
(Pipe to "sed -f test/color.sed" for color)


--- USAGE

A call to searchsolve is like this:
	searchsolve [-g] wordsearch-file words-file

If the option [-i] is specified, words-file should not be specifed and words
will be typed in interactively.

See "searchsolve --help" for flags.


--- FILE FORMATS

---- WORDSEARCH

WIDTH HEIGHT
.................
.................
.................


---- WORDS

NUMBER OF WORDS
.........
.........
.........
.........

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published