Walnut icon indicating copy to clipboard operation
Walnut copied to clipboard

add linux build

Open sudopluto opened this issue 3 years ago • 2 comments

based off of the wonderful work done by @bernhardkaindl in https://github.com/TheCherno/Walnut/pull/11.

will be paired with corresponding pull req in WalnutApp

sudopluto avatar Jul 13 '22 06:07 sudopluto

@jamesthomasgriffin @TheCherno Please merge to let Linux users join the fun!

bernhardkaindl avatar Sep 27 '22 11:09 bernhardkaindl

This Linux PR branch doesn't work like #11 because it doesn't specify links in WalnutApp! See WalnutApp/premake5.lua in #11.

The Microsoft C++ compiler links at object compile time. All other compilers link at the generation of the executable in the linking stage.

DaveAxiom avatar Oct 04 '22 00:10 DaveAxiom