Skip to content

Commit

Permalink
Update build notes
Browse files Browse the repository at this point in the history
  • Loading branch information
piotras committed Oct 11, 2012
1 parent dac6bdf commit 2bc1f8e
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,20 @@ PHP from source).

2 - Then run:

./mkall

If pkg-config is not in system's PATH, use --with-pkg-config argument.
Full path including pkg-config executable is required in such case.

./mkall --with-pkg-config=/usr/local/bin/pkg-config

If php-config is not in system's PATH, use --with-php-config argument.
Full path including php-config executable is required in such case.

./mkall --with-php-config=/opt/bin/php-config
phpize
./configure
make
sudo make install

3 - Edit your php.ini to add:

extension=midgard.so
midgard.http=On

and make sure that extension_dir at least contains the output of `php-config --extension-dir`

Read 'HTTP SERVER NOTES' section for more details.

4 - Stop and start httpd.

You may stop and start httpd server when midgard-data is already configured and
installed.


########################################################
########### PHP ini configuration directives ###########
########################################################
Expand Down

0 comments on commit 2bc1f8e

Please sign in to comment.