hardwaredb/README.md

14 lines
546 B
Markdown
Raw Permalink Normal View History

# Hardware Database
2025-01-30 23:24:11 -07:00
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 ../` .