14 lines
546 B
Markdown
14 lines
546 B
Markdown
# 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 ../` .
|