This commit is contained in:
Ron Hough 2023-03-11 15:09:40 -06:00
parent 1e1bbfaeb7
commit 02d5d89f07
1 changed files with 8 additions and 8 deletions

View File

@ -20,13 +20,13 @@ conan profile detect
## Building and running ## Building and running
1. To build, run: 1. To build, run:
```bash ```bash
./build.sh ./build.sh
``` ```
2. The build command will generate a `deb` package in the `_packages` directory. To install (to 2. The build command will generate a `deb` package in the `_packages` directory. To install (to
`/usr/local`) run: `/usr/local`) run:
``` ```
sudo dpkg -i _packages/_packages/cppchallenge_1.0.0_*.deb sudo dpkg -i _packages/_packages/cppchallenge_1.0.0_*.deb
sudo ldconfig sudo ldconfig
``` ```
> __TODO__: The `sudo ldconfig` step should be added to the `deb` package `postinst` step... __TODO__: The `sudo ldconfig` step should be added to the `deb` package `postinst` step...