2025-01-31 10:03:51 -07:00
|
|
|
# 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!
|
2025-01-31 10:03:51 -07:00
|
|
|
|
|
|
|
|
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 ../` .
|