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
>You need [Python3](https://www.python.org/) to use the automation scripts for project setup and build.
35
+
36
+
### Linux
12
37
13
38
```bash
14
39
# Install Python 3
@@ -20,33 +45,31 @@ chmod u+x setup.py
20
45
21
46
```
22
47
23
-
### Windows - How to use
48
+
- You can also use the optional `--password` argument to avoid manually typing your Linux password for every internal sudo command usage.
24
49
25
-
Download the latest [Python3](https://www.python.org/downloads/windows/).
50
+
### Windows
26
51
27
-
For now, it is highly recommended to use [Windows Subsystems for Linux (WSL)](https://docs.microsoft.com/en-gb/windows/wsl/install-win10) to use the build scripts. Hopefully I can make build scripts for Windows soon enough...
52
+
-For now, Windows native build is not supported. Instead, you may use [Windows Subsystems for Linux (WSL)](https://docs.microsoft.com/en-gb/windows/wsl/install-win10) to use the build scripts.
28
53
29
-
## Features
54
+
## License :bank:
30
55
31
-
- The project comprise a widely-used C++ project structure.
32
-
- The project supports installing essential toolchains for C++ programming and debugging.
This repo is licensed under MIT license. Click [here]([./LICENSE](https://github.com/changh95/cpp-cv-project-template/blob/main/LICENSE)) to view the license.
0 commit comments