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
- For **Visual Studio 2019**: Install [CUDA v11.4](https://developer.nvidia.com/cuda-11-4-0-download-archive)
82
100
- For **Visual Studio 2022**: Install [CUDA v12.0](https://developer.nvidia.com/cuda-12-0-0-download-archive)
83
-
\n Choose the appropriate version based on your Visual Studio installation.
101
+
Choose the appropriate version based on your Visual Studio installation.
84
102
4.**vcpkg**
85
103
- To install `vcpkg`, follow these steps:
86
104
1.**Open a command prompt (CMD) or PowerShell window**.
@@ -114,29 +132,29 @@ vcpkg integrate install
114
132
[Learn more about](https://github.com/Microsoft/vcpkg)`vcpkg`
115
133
116
134
#### Installing the local build
117
-
\note The following steps will require approximately 40 GB of disk space.
135
+
The following steps will require approximately 40 GB of disk space.
118
136
119
137
1.**Clone the Submodules**:
120
138
```cmd
121
139
git submodule update --init
122
140
# or
123
141
git submodule update --init --recursive
124
142
```
125
-
2.\b (Optional) **Speed Up with AWS CLI**
143
+
2. (Optional) **Speed Up with AWS CLI**
126
144
- Optionally, [install AWS CLI v2](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) to speed up the process before using the Installation Script. Restart your terminal after installation.
127
145
3.**Install Third-Party Dependencies**
128
146
- Execute the following commands to run the third-party installation script:
129
147
```cmd
130
148
cd vcpkg
131
-
..\meshlib\thirdparty\install.bat
149
+
..\meshsdk\thirdparty\install.bat
132
150
```
133
151
- This script automates the installation of necessary third-party dependencies.
134
152
4.**Build and Run Visual Studio Solution**
135
-
- Open `meshlib/source/MeshLib.sln` in Visual Studio.
153
+
- Open `meshsdk/source/MeshLib.sln` in Visual Studio.
136
154
- Build the solution and run the application.
137
155
5.**Build and Run CMake Project**
138
156
- Make sure you have the "C++ CMake tools for Windows" component installed.
139
-
- Open `meshlib/CMakeLists.txt` in Visual Studio (File - Open - CMake).
157
+
- Open `meshsdk/CMakeLists.txt` in Visual Studio (File - Open - CMake).
140
158
- Build the project and run the application.
141
159
142
160
### Installation
@@ -146,18 +164,18 @@ cd vcpkg
146
164
Install with npm or yarn:
147
165
148
166
```sh
149
-
npm install @alpinebuster/meshlib
150
-
yarn add @alpinebuster/meshlib
167
+
npm install @alpinebuster/meshsdk
168
+
yarn add @alpinebuster/meshsdk
151
169
```
152
170
153
171
#### Python
154
172
155
173
For Python, simply install via pip:
156
174
157
-
```
175
+
```sh
158
176
pip install meshlib
159
177
```
160
178
161
179
## **License**
162
180
163
-
Here, you can access our [Non-Commercial Free License](https://github.com/MeshInspector/MeshLib?tab=License-1-ov-file#readme) with a Commercial License Requirement. Also, see extra details on the [license page](https://meshlib.io/license/).
181
+
Here, you can access our Non-Commercial Free License with a Commercial License Requirement. Also, see [license](./LICENSE).
0 commit comments