Przeglądaj źródła

./configure --with-openssl

hewei.it 4 lat temu
rodzic
commit
4fc08fe253
2 zmienionych plików z 7 dodań i 4 usunięć
  1. 4 4
      BUILD.md
  2. 3 0
      config.ini

+ 4 - 4
BUILD.md

@@ -6,19 +6,19 @@
 gcc4.8+, msvc2015 or later
 
 ## Makefile
-options modify [config.ini](config.ini)
+options see [config.ini](config.ini)
 ```
-./configure
+./configure --with-openssl
 make
 sudo make install
 ```
 
 ## cmake
-options modify [CMakeLists.txt](CMakeLists.txt)
+options see [CMakeLists.txt](CMakeLists.txt)
 ```
 mkdir build
 cd build
-cmake ..
+cmake .. -DWITH_OPENSSL=ON
 cmake --build .
 ```
 

+ 3 - 0
config.ini

@@ -1,3 +1,6 @@
+# Don't modify this file, you should modify config.mk or
+# run ./configure --with-MODULE --enable-FEATURE
+
 # modules
 # include icmp dns ftp smtp
 WITH_PROTOCOL=no