xyproto / cxx

:electric_plug: Configuration-free utility for building, testing and packaging executables written in C++. Can auto-detect compilation flags based on includes, via the package system and pkg-config.
BSD 3-Clause "New" or "Revised" License
121 stars 5 forks source link

README: Add requirements and a 'cxx export' hint #6

Closed winspool closed 5 months ago

winspool commented 5 months ago

cxx uses scons and scons needs python. Make sure, that such essential requirements are listed.

"cxx export" is very useful for new users. Make sure, it is listed in the examples.

Please update also the "About" section on the project landing page.

-- Regards ... Detlef

xyproto commented 5 months ago

Thanks! Merged.

Python will always be installed if SCons is installed, though.