socketsupply / sockets.sh

Build incredibly light-weight native, networked apps for desktop and mobile using JS, HTML and CSS
https://sockets.sh
29 stars 6 forks source link

clang version advice #94

Open mribbons opened 1 year ago

mribbons commented 1 year ago

macOS (This text is under Linux)

The latest version of MacOS should have installed C++ for you. But on Linux you may need to update some packages. To ensure you have the latest clang compiler and libraries you can try the follwing...

Could we have one section related to build issues on all OS's and refer to clang?

Also, do we require clang-15 or is 14 OK?

mribbons commented 1 year ago

@wujekbizon confirmed that clang 15 is definitely required on Windows.