File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Conan package sample
2
2
This is a sample package for conan
3
3
4
+ Remember that the scripts build.sh and build bat will select default configuration.
5
+ On windows this will be the newest Visual Studio installed.
6
+
7
+ # Conan installation
8
+
9
+ ## Windows
10
+ This example uses powershell
11
+
12
+ create virtual environment
13
+ ` py -m venv path_to_virtualenv `
14
+
15
+ activate
16
+ ` path_to_virtualenv\Scripts\Activate.ps1 `
17
+ conan should now be available as a sommand
18
+
19
+ alternatively, without isntallation, use full path ` path_to_virtualenv\Scripts\conan.exe `
20
+
21
+ # Linux
22
+
23
+ create virtual environment
24
+ ` py -m venv path_to_virtualenv `
25
+
26
+ activate (mind the dot at the beginning)
27
+ ` . path_to_virtualenv\Scripts\activate.sh `
28
+ conan should now be available as a sommand
29
+
30
+ alternatively, without isntallation, use full path ` path_to_virtualenv\bin\conan `
You can’t perform that action at this time.
0 commit comments