mogan icon indicating copy to clipboard operation
mogan copied to clipboard

Update library requirements for Linux platform

Open NeumoNeumo opened this issue 6 months ago • 0 comments

The use of apt:: presupposes the presence of apt, which is not available on many Linux distributions that don't fall within Debian-based systems. Consequently, it is advisable to employ xmake's cross-platform configuration mechanism, which automatically selects the appropriate tools for different OS.

NeumoNeumo avatar Sep 28 '25 08:09 NeumoNeumo