Skip to content

Commit 8054128

Browse files
committed
Updated readme
1 parent 36095cf commit 8054128

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ sudo make install
102102
The project can also be built with a pre-generated `Makefile` for the Linux.
103103

104104
```bash
105+
export XUTILS_USE_SSL=y # In case you want to use SSL features
105106
git clone https://github.com/kala13x/libxutils.git
106107
cd libxutils
107108
make
@@ -134,9 +135,10 @@ These sources can also be built by using the `CMake` tool or `Makefile` from tha
134135
You may need to export the SSL flag accordingly if you are doing a build without the script:
135136

136137
```bash
138+
export XUTILS_USE_SSL=y # In case you want to use SSL features
137139
cd examples
138-
export XUTILS_USE_SSL=y
139-
cmake . && make
140+
cmake .
141+
make
140142
```
141143

142144
#### XTOP and more

0 commit comments

Comments
 (0)