hardwaredb/README.md
2025-01-31 10:03:51 -07:00

546 B

Hardware Database

Learning C++ while building a universal hardware database that can be referenced for any machine that has already been added.

See your machine specs? If not - Add Them with a Pull Request!

Building from source:

Create a new build directory and enter it with mkdir build && cd build. Then run the commands cmake .. && make. The new binary is called hardwareDB. make sure to copy the hardware.db from the parent directory, or move the new binary into the parent directory. mv ../hardware.db . OR mv hardwareDB ../ .