JPenuchot / ctbench

Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.

Home Page:https://jpenuchot.github.io/ctbench-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make prereq software more apparent

r-barnes opened this issue · comments

It'd be handy if you made a note in the readme that running

sudo apt install nlohmann-json3-dev

installs a necessary prerequisite. Perhaps there are others as well?

openjournals/joss-reviews#5165

commented

Hi, there are other dependencies. Ubuntu is a bit difficult to deal with as it splits packages in dev and non-dev parts. Once again the Ubuntu CI I'll set up will be useful to find out the minimal set of required packages and add it to the docs.

commented

Hello, the Ubuntu 23.04 CI was setup successfully, I've added a minimal list of required Ubuntu packages to the documentation. Feel free to close if this satisfies your expectations or give additional feedback if something is missing.

commented

I'm closing the issue as both apt and vcpkg package dependencies are now provided in the doc.