APGsearch MANager I got tired of compiling and recompiling apgsearch, and managing all of the builds, so I wrote this
*Note: apgman is a toolkit of Bash shell scripts.* On Windows, you have to install Cygwin or similar
Manages and simplifies the:
- Installation
- Building
- And Running of apgsearch.
To install APGMan itself, make sure you have git, then run:
git clone https://github.com/NNlk05/apgman.git
cd apgman*Note: All following commands will assume you ran
cd apgmanand your working dir is wherever you cloned apgman.* If notcdthere again
To install apgsearch, run:
./apgman-initIt defaults the install location to $HOME/.apgman You can change it by running:
./apgman-init /path/to/your/install/dir/./apgman-build rule symmRule defaults to b3s23, and symm defaults to C1 as a failsafe in case apgsearch changes its behaviour.
./apgman-run rule symm options -k 0000000000000000000000000000000000000000000000000000000000000000 -n 1000000 ...Again, rule defaults to b3s23, and symm defaults to C1 as a failsafe in case apgsearch changes its behaviour.