Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TricksterGuy committed Jun 29, 2020
2 parents a95cb10 + 39625c9 commit 55c9913
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Converts an image into a Picross (Nonogram) Puzzle. Supports various Picross Puz
|---|--------------------------------------------------------------------------------------------------------|
|![RGB](https://github.com/TricksterGuy/PicrossPuzzleExporter/blob/master/screenshots/light.png)|![RBY](https://github.com/TricksterGuy/PicrossPuzzleExporter/blob/master/screenshots/painting.png) |


## Building

### Linux (Debian Based Systems)
1. Install dependencies `sudo apt install cmake libprotobuf-dev libwxgtk3.0-gtk3-dev pkg-config libgtk2.0-dev protobuf-compiler`
2. Create a build directory `mkdir build && cd build`
3. Generate a Makefile via cmake `cmake ..`
4. Build the program `make`
5. Install the program `sudo make install`

Optionally for xlsx export support [libxlsxwriter](https://libxlsxwriter.github.io/getting_started.html) can be installed and the option ENABLE_XLSX can be passed when running cmake.

0 comments on commit 55c9913

Please sign in to comment.