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
|
## 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...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue