wip
This commit is contained in:
parent
fc3d870308
commit
8add7c8efc
|
|
@ -10,7 +10,7 @@ and public headers.
|
||||||
* `python3-venv`
|
* `python3-venv`
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
1. Create a `python` virtual environment, install `conan`, and create a default profile:
|
Create a `python` virtual environment, install `conan`, and create a default profile:
|
||||||
```bash
|
```bash
|
||||||
python3 -m venv conan.venv
|
python3 -m venv conan.venv
|
||||||
source conan.venv/bin/activate
|
source conan.venv/bin/activate
|
||||||
|
|
@ -23,7 +23,7 @@ conan profile detect
|
||||||
```bash
|
```bash
|
||||||
./build.sh
|
./build.sh
|
||||||
```
|
```
|
||||||
1. 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue