Skip to content

Commit cef9f40

Browse files
authored
Update README.md
1 parent ffe0b50 commit cef9f40

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ cmake --build build-msvc --config Release
3333
# --config Release : 릴리즈로 빌드
3434
```
3535

36+
- `C:\Users\<user>\.conan2\profiles\` **`msvc_release`**
37+
```
38+
[settings]
39+
os=Windows
40+
arch=x86_64
41+
build_type=Release
42+
compiler=msvc
43+
compiler.version=194
44+
compiler.runtime=dynamic
45+
compiler.runtime_type=Release
46+
compiler.cppstd=17
47+
48+
[conf]
49+
tools.cmake.cmaketoolchain:generator=Ninja
50+
```
51+
3652
<br />
3753

3854
---
@@ -59,6 +75,20 @@ cmake -S . \
5975
cmake --build build-linux-gcc --config Release
6076
```
6177

78+
- `/home/<user>/.conan2/profiles/` **`linux_gcc_release`**
79+
```
80+
[settings]
81+
os=Linux
82+
arch=x86_64
83+
compiler=gcc
84+
compiler.version=8
85+
compiler.libcxx=libstdc++11
86+
build_type=Release
87+
88+
[conf]
89+
tools.cmake.cmaketoolchain:generator=Ninja
90+
```
91+
6292

6393

6494

0 commit comments

Comments
 (0)