Skip to content

Commit

Permalink
HexGenerator: update README for building on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
naussika committed Mar 6, 2023
1 parent 32f499c commit 1ba9259
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion HexGenerator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,14 @@ Depending on what you are building (Debug or Release), the binary will be create


**Mac:**
- Not supported yet.

1. Install Qt 5
1. `brew install qt@5`
2. Build from source
1. `cd` to this source directory
2. run `qmake` from `qt@5`: `/opt/homebrew/Cellar/qt@5/5.15.8_2/bin/qmake` to generate `Makefile`
3. run `make -j 10`
4. the resulted binary `HexGenerator` would be in current directory
3. Cleanup
1. run `make clean` to cleanup compiled files
2. run `make distclean` to cleanup everything including `Makefile` itself

0 comments on commit 1ba9259

Please sign in to comment.