forked from facebookarchive/phpembed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
64 lines (39 loc) · 1.56 KB
/
README
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Archived Repo
=============
This is an archived project and is no longer supported or updated by Facebook.
Please do not file issues or pull-requests against this repo. If you wish to
continue to develop this code, we recommend you fork it.
Proceed and be bold!
---------
PHPEMBED (Simplified API built on top of PHP SAPI)
Andrew Bosworth ([email protected])
Last Modified: 2008-Mar-23
Phpembed is distributed under the Phpembed open source software license.
Please see the included LICENSE file.
For more information on phpmbed usage see documentation in ./docs
Installing phpembed
==============================
Pre-Requisites:
================================
php 5.x must be installed with --enable-embed option turned on.
[ To enable building of embedded SAPI library ]
Building phpembed library:
=======================================
NOTE: The phpembed library is just a more accessible and simplified library
built on top of of the PHP SAPI.
If you are building from the first time out of the source repository, you will
need to generate the configure scripts. From the top directory, do:
./bootstrap.sh
Once the configure scripts are generated, phpembed can be configured.
From the top directory, do:
./configure [ default shared mode]
Run ./configure --help to see other configuration options
Make phpembed:
make
Install phpembed as superuser:
make install
Note: To run bootstrap you may need the following:
automake / aclocal -- 1.9.5
autoconf -- 2.59
autoheader -- 2.59
libtool -- 1.5.16