We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0c124 commit 9c3f18cCopy full SHA for 9c3f18c
README.md
@@ -28,15 +28,11 @@ git clone https://github.com/deadlightreal/SwiftNet
28
```bash
29
cd SwiftNet/build
30
```
31
-3. Generate the build files using CMake:
+3. Compile:
32
33
-cmake ../src
+./build_for_release.sh
34
35
-4. Build the project using Make:
36
-```bash
37
-make
38
-```
39
-5. To use SwiftNet in your project:
+4. To use SwiftNet in your project:
40
- Include the SwiftNet.h header from the `src` directory in your main source file (e.g., `main.c`).
41
- Link against the static library `libswiftnet.a` using your compiler.
42
0 commit comments