You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@ The recommendation is to (and below commands will) use vcpkg to pull these depen
51
51
1. From the `build` folder, run `cmake .. -G "Visual Studio 17 2022"`.
52
52
1. From the `build` folder, run `cmake --build . --config Release`.
53
53
1. After these commands complete, Application will be successfully built and its binaries can be found in the `org.nickvision.application.winui/Release` folder of the `build` folder.
54
+
#### Windows (Portable)
55
+
1. From the `build` folder, run `cmake .. -G "Visual Studio 17 2022" -DBUILD_AS_PORTABLE=ON`.
56
+
1. From the `build` folder, run `cmake --build . --config Release`.
57
+
1. After these commands complete, Application will be successfully built and its binaries can be found in the `org.nickvision.application.winui/Release` folder of the `build` folder.
54
58
#### Linux
55
59
1. From the `build` folder, run `cmake .. -DCMAKE_BUILD_TYPE=Release`.
56
60
1. From the `build` folder, run `cmake --build .`.
0 commit comments