-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathINSTALL.TXT
47 lines (34 loc) · 1.49 KB
/
INSTALL.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
INSTALL.TXT -- Building and Installing the Embedthis Appweb Source Code.
--------------------------------------------------------------------------------
You can the full documentation in this source tree at:
doc/index.html
or online at:
http://www.appwebserver.org/products/appweb/doc/product/index.html
To build:
./configure
make
The key directories and files are:
File Purpose
----------------------------
LICENSE.TXT - Product license
bin - All created binaries. On windows, shared libs go here also.
build - Build tools and scripts
buildConfig.* - Configuration files generated by the configure script
configure - Primary build configuration script
doc - Product documentation
lib - Static and shared libraries
modules - Loadable modules and byte code modules
obj - Compiled source objects
package - Packaging scripts
projects - IDE project files to build the product
releases - Release packages created via make package
samples - Sample code
src - Product source code
See Also
--------
LICENSE.TXT -- License details.
--------------------------------------------------------------------------------
Copyright (c) 2003-2011 Embedthis Software, LLC. All Rights Reserved.
Embedthis and Appweb are trademarks of Embedthis Software, LLC. Other
brands and their products are trademarks of their respective holders.
See LICENSE.TXT for software license details.