This commit is contained in:
2023-03-11 15:09:40 -06:00
parent 1e1bbfaeb7
commit 02d5d89f07
+8 -8
View File
@@ -20,13 +20,13 @@ conan profile detect
## Building and running
1. To build, run:
```bash
./build.sh
```
```bash
./build.sh
```
2. The build command will generate a `deb` package in the `_packages` directory. To install (to
`/usr/local`) run:
```
sudo dpkg -i _packages/_packages/cppchallenge_1.0.0_*.deb
sudo ldconfig
```
> __TODO__: The `sudo ldconfig` step should be added to the `deb` package `postinst` step...
```
sudo dpkg -i _packages/_packages/cppchallenge_1.0.0_*.deb
sudo ldconfig
```
__TODO__: The `sudo ldconfig` step should be added to the `deb` package `postinst` step...