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
*[Visual Studio Community 2022 Preview](https://visualstudio.microsoft.com/vs/preview/)
7
-
* Desktop development with C++
7
+
## Getting Started
8
+
```bat
9
+
git clone https://github.com/libxse/commonlibob64
10
+
cd commonlibob64
11
+
```
8
12
9
-
### Development
10
-
*[CMake](https://cmake.org/)
11
-
*[vcpkg](https://github.com/microsoft/vcpkg)
13
+
### Build
14
+
To build the project, run the following command:
15
+
```bat
16
+
xmake build
17
+
```
18
+
19
+
> ***Note:****This will generate a `build/windows/` directory in the **project's root directory** with the build output.*
20
+
21
+
### Project Generation (Optional)
22
+
If you want to generate a Visual Studio project, run the following command:
23
+
```bat
24
+
xmake project -k vsxmake
25
+
```
26
+
27
+
> ***Note:****This will generate a `vsxmakeXXXX/` directory in the **project's root directory** using the latest version of Visual Studio installed on the system.*
0 commit comments