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 36095cf commit 8054128Copy full SHA for 8054128
README.md
@@ -102,6 +102,7 @@ sudo make install
102
The project can also be built with a pre-generated `Makefile` for the Linux.
103
104
```bash
105
+export XUTILS_USE_SSL=y # In case you want to use SSL features
106
git clone https://github.com/kala13x/libxutils.git
107
cd libxutils
108
make
@@ -134,9 +135,10 @@ These sources can also be built by using the `CMake` tool or `Makefile` from tha
134
135
You may need to export the SSL flag accordingly if you are doing a build without the script:
136
137
138
139
cd examples
-export XUTILS_USE_SSL=y
-cmake . && make
140
+cmake .
141
+make
142
```
143
144
#### XTOP and more
0 commit comments