Skip to content

Commit

Permalink
windows notes
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Aug 16, 2023
1 parent 96df085 commit cd94c90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ To build it for windows:
cmake -DCMAKE_TOOLCHAIN_FILE=../mingw64.cmake ..
make

If you want to move the Dog.exe binary to an other windows system, then do not forget to copy the following files as well:
* libgcc_s_seh-1.dll
* libgomp-1.dll
* libstdc++-6.dll
* libwinpthread-1.dll

The Linux/windows versions contain a Dog in ansi-art visible when you run it with '-h'.

On windows this only works if you enable ansi-code processing in the registry (and restart cmd.exe):
Expand Down

0 comments on commit cd94c90

Please sign in to comment.