mirror of
https://github.com/PoetryInCode/ViewBin.git
synced 2026-08-13 11:24:38 -04:00
17 lines
440 B
Markdown
17 lines
440 B
Markdown
# ViewBin
|
|
|
|
This really is just a slightly prettier version of hexdump. There isn't much to say about it.
|
|
|
|

|
|
|
|
## Building
|
|
|
|
### Linux
|
|
|
|
On Linux you can clone the repository and just run `make` inside the cloned directory. No dependencies, only a compiler and Gnu Make.
|
|
|
|
### Windows
|
|
|
|
The Makefile may, or may not work on windows, I'm not sure.
|
|
If it doesn't there are no dependencies. You can just run it through a compiler.
|