linter-glsl icon indicating copy to clipboard operation
linter-glsl copied to clipboard

OSX glslangValidator

Open MacroMachines opened this issue 7 years ago • 6 comments

from the atom lint setup page: " there is now official MacOS release has made consistent testing across the three main platforms hard. Currently glslangValidator master is used for the Travis build which targets MacOS. If you're developing on a Mac and want to run the unit tests, see .travis.yml for an example of how to get this." I cant seem to find out what this means, been searching around, do you have a direct link? is there anything currently available for glslangValidator on OSX? I cant seem to find it.

MacroMachines avatar Jul 11 '17 11:07 MacroMachines

Oops that's a typo. It should read "no official MacOS release". I double checked and there are still only binaries for Windows and Linux here: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang/Install/

I updated the Readme to remove the bits about MacOS testing and Travis. @Arcanemagus removed the MacOS CI build as it just caused problems because of the lack of an official MacOS glslangValidator release.

andystanton avatar Jul 11 '17 12:07 andystanton

That, and builds were taking ~2 hours because Travis CI had starved their open source OS X infrastructure of build machines 😛.

Arcanemagus avatar Jul 11 '17 17:07 Arcanemagus

There now seems to be builds for osx available https://github.com/KhronosGroup/glslang/releases

submersibletoaster avatar Mar 29 '18 13:03 submersibletoaster

~anything on brew?~ seems brew install glslang is doing something

nkint avatar Apr 28 '18 20:04 nkint

@nkint http://formulae.brew.sh/formula/glslang has 6.2.2596 which is the latest release number in the link @submersibletoaster provided.

That entire section of the README can go.

andystanton avatar Apr 28 '18 20:04 andystanton

FYI I released glslang-validator-prebuilt, an npm package to install latest built binary to node_modules`. https://www.npmjs.com/package/glslang-validator-prebuilt

fand avatar Jul 20 '19 06:07 fand