SteamClientHomebrew / Millennium

Apply themes/skins/customize Steam® after the 2023-04-27 Chromium UI update
https://steambrew.app
MIT License
695 stars 12 forks source link

[Bug] make not building on MacOS #29

Closed LiamPalmqvist closed 3 months ago

LiamPalmqvist commented 3 months ago

Before Reporting

Describe the Bug

When compiling the program from clone on a unix based operating system such as MacOS, using make will get to 75% before failing. Majority of error is unknown type name 'fileName'

Expected Behavior

Expected the program to compile successfully.

Steps To Reproduce

  1. git clone --recursive https://github.com/SteamClientHomebrew/Millennium.git
  2. cd Millennium
  3. cmake -B build
  4. cd build
  5. make

the "make" command should fail to compile the program

Operating System

Linux

Anything else?

No response

ShadowMonster99 commented 3 months ago

Millennium has no support for MacOS, as documented; and it's not currently planned unfortunately. If you want to contribute to Millennium on OSX feel welcome.