wip
This commit is contained in:
parent
1e1bbfaeb7
commit
02d5d89f07
16
README.md
16
README.md
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Reference in New Issue