Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xavier2p/ocr-0x12r
A Sudoku Solver in C, for S3 at EPITA.
https://github.com/xavier2p/ocr-0x12r
c-lang epita-s3 make ocr sudoku-solver
Last synced: about 1 month ago
JSON representation
A Sudoku Solver in C, for S3 at EPITA.
- Host: GitHub
- URL: https://github.com/xavier2p/ocr-0x12r
- Owner: Xavier2p
- Created: 2023-05-29T12:38:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-29T12:38:52.000Z (over 1 year ago)
- Last Synced: 2024-05-03T08:34:41.031Z (8 months ago)
- Topics: c-lang, epita-s3, make, ocr, sudoku-solver
- Language: C
- Homepage:
- Size: 39.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ocr-0x12R
Welcome on the `0x12R`!
This is the S3 project of the best team.
### Dependencies
Please be sure you have this three packages in your system.
```bash
SDL2
SDL2_Image
GTK3
```#### SDL2
```bash
Ubuntu/Debian : sudo apt-get install libsdl2-dev libsdl-image2-dev
Arch/Manjaro : sudo pacman -S libsdl-image2-dev
NixOS : sudo nix-env -iA nixos.SDL2
```#### GTK3
```bash
Ubuntu/Debian : sudo apt-get install libgtk-3-dev
Arch/Manjaro : sudo pacman -S libgtk-3-dev
```### Launch OCR
```bash
git clone https://github.com/Fach-OCR/ocr-0x12R.git
cd ocr-0x12R
make
./main
```Enjoy!