ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
749 stars 52 forks source link

add missing macOS mentions in docs + add Windows support (currently Cygwin-based/like-only) #91

Closed sech1p closed 3 years ago

sech1p commented 3 years ago

windows in action: image

uwufetch for vanilla Windows should works after replacing all iscygwin/Windows-related phrases to fetching by wmic (because fetching the used ram amount by windows api is a pain)

ad-oliviero commented 3 years ago

I just installed cygwin (didn't even know it exixted), but I have no idea on how am I supposed to compile it: cygwin, cygwin32 and cygwin-devel are installed, but all sys/ includes do not work, even if I add the -I /usr/includes/ flag. Could you add a new option in the makefile just for windows? Thanks

sech1p commented 3 years ago

I just installed cygwin (didn't even know it exixted), but I have no idea on how am I supposed to compile it: cygwin, cygwin32 and cygwin-devel are installed, but all sys/ includes do not work, even if I add the -I /usr/includes/ flag. Could you add a new option in the makefile just for windows? Thanks

I will add later because now I do not have access to a Windows computer, although it compiles on msys2 without any problems

sech1p commented 3 years ago

I just installed cygwin (didn't even know it exixted), but I have no idea on how am I supposed to compile it: cygwin, cygwin32 and cygwin-devel are installed, but all sys/ includes do not work, even if I add the -I /usr/includes/ flag. Could you add a new option in the makefile just for windows? Thanks

it's look like compilation under cygwin doesn't need any modifications

screenshot from fresh cygwin installation (with gcc and make): image

ad-oliviero commented 3 years ago

That's awkward, I got lots of errors with the libs, anyway I'll retry tomorrow