OCRudoku
v1.0
Resolve word grid with ease
|
build/
: Contains the output files generated by the compilation process.src/
: Contains the source files of the project.src/utils/
: Contains all the utility functions used in the project. In order to make the project work, you need to install the following libraries:
You can install them using the following command (for Linux):
In order to compile the project, you need to link the dependencies to clang. You can do this by running the following command:
You can compile the project by running the following command:
Output files will be generated in the build
directory. You can run the project by executing the ocrudoku
binary.
You can compile only one or multiple files by enter in the src/
folder and running the following command:
For example, if you want to compile the main.c
file, you can run the following command:
Output files will be generated in the src
directory. You can run the project by executing the filename
binary.