浏览代码

Updated install document.

Thomas Davis 12 年之前
父节点
当前提交
2c5bd931c2
共有 2 个文件被更改,包括 12 次插入7 次删除
  1. 2 0
      Makefile.osx
  2. 10 7
      docs/Installing.md

+ 2 - 0
Makefile.osx

@@ -30,6 +30,8 @@ package: build
 	install -m 644 resources/itworks.html $(OSXBIN_DIR)/index.html
 	install -m 644 resources/civetweb_64x64.png $(OSXBIN_DIR)/
 	install -m 755 $(CPROG) $(OSXBIN_DIR)/$(PACKAGE)
+	install -m 644 docs/Installing.md $(DMG_DIR)/Installing.txt
+	install -m 644 LICENSE.md $(DMG_DIR)/License.txt
 	ln -fs /Applications $(DMG_DIR)/
 	hdiutil create $(PACKAGE)-$(CIVETWEB_VERSION).dmg -volname "$(PACKAGE) $(CIVETWEB_VERSION)" -srcfolder $(DMG_DIR) -ov
 #	@rm -rf $(DMG_DIR)

+ 10 - 7
docs/Installing.md

@@ -1,11 +1,13 @@
 Civetweb Install Guide
 ====
 
-This guide covers the binary distributions for CivetWeb.  Please refer to the 
+This guide covers the distributions for CivetWeb.  The latest source code is available at https://github.com/sunsetbrew/civetweb.
 
 Windows
 ---
 
+This pre-built version comes pre-built wit LUA support.  There is no SSL support included due to licensing restrictions; however, users and build Civetwab SSL themselves.
+ 
 1. Install the [Visual C++ Redistributable for Visual Studio 2012](http://www.microsoft.com/en-us/download/details.aspx?id=30679)
 2. Download latest *civetweb64_setup.msi* (64 bit) or *civetweb32_setup.msi* (32 bit) from [SourceForge](https://sourceforge.net/projects/civetweb/files/)
 3. Run the installation program.
@@ -15,6 +17,8 @@ Windows
 OS X
 ---
 
+This pre-built version comes with LUA, IPV6 and SSL support.
+
 1. Download the latest *Civetweb.dmg* from [SourceForge](https://sourceforge.net/projects/civetweb/files/)
 2. Click on the it and look for the attachment in the finder.
 4. Drag Civetweb to the Applications folder.
@@ -24,9 +28,8 @@ Linux
 ---
 
 1. Download the latest *civetweb.tar.gz* from [SourceForge](https://sourceforge.net/projects/civetweb/files/)
-2. Open arachive and change to the new directory.
-3. make
-4. make install
-5. Run the program ```/usr/local/bin/civetweb```, it will use the configuration file */usr/local/etc/civetweb.conf*.
-
-
+2. Open archive and change to the new directory.
+3. make help
+4. make
+5. make install
+6. Run the program ```/usr/local/bin/civetweb```, it will use the configuration file */usr/local/etc/civetweb.conf*.