-
Notifications
You must be signed in to change notification settings - Fork 0
Infrastructure for building a FastCGI C application
License
ac000/fcgi_app_core
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
fcgi_app_core
=============
This is the core infrastructure for writing a FastCGI C application.
Howto use
---------
Rename this repository to that of your project, then remove the .git directory.
You should also rename 'app' to something more descriptive and you should
also replace/amend this README.
You can now continue as you would with any new project, do a clean initial
commit etc...
Requirements
------------
Things you will need to build (with at least these versions or newer, older
versions may work)
fcgi{-devel}-2.4.0
glib2{-devel}-2.28.8
gmime{-devel}-2.6.20
mhash{-devel}-0.9.9
mysql{-devel}-5.0.77
tokyocabinet{-devel}-1.4.9
Build
-----
Clone this repository
$ git clone https://github.com/ac000/fcgi_app_core.git
Then you need to bulld libflate (C HTML template library by Fabien Menemenlis)
$ git clone https://github.com/ac000/libflate.git
$ cd libflate
$ make
Go back into the fcgi_app_core repository and it should now build
$ cd ../fcgi_app_core/src
$ make
License
-------
This is dual licensed under the MIT License (see MIT-LICENSE.txt)
and the GNU Affero General Public License version 3 (see
AGPL-3.0.txt)
About
Infrastructure for building a FastCGI C application
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published