Skip to content

Commit

Permalink
windows binary is now available and tested by me, readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sv committed Nov 29, 2021
1 parent 95529fc commit 11f0523
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Hex viewer for Linux using Vulkan via SDL2
This GUI program is written in C++ and requires hardware that supports Vulkan.
It depends on Vulkan and SDL2

A windows binary package is now available at https://wizstaff.com/winshex.zip

To build: type inside the shex/ directory:

./mk
Expand All @@ -25,12 +27,11 @@ After switch to SDL2, you can now also run it as a Wayland app:
SDL_VIDEODRIVER=wayland ./shex shaders/frag.spv

There is a windows build command 'mkwin', which allows to cross-compile a
windows binary on linux. I'm not sure it's working, but if you want to test
it, type this in the shex/ directory:
windows binary on linux. I tested the binary on my Windows 10 system.

./mkwin

You might need to put these files in the same directory as shex.exe:
You need to put these files in the same directory as shex.exe:
SDL2.dll
libwinpthread-1.dll
vulkan-1.dll
Expand Down

0 comments on commit 11f0523

Please sign in to comment.