/webc

Primary LanguageCMIT LicenseMIT

webc </c>

   d88P        d88P          Y88b          
  d88P        d88P            Y88b         
 d88P        d88P              Y88b        
d88P        d88P     .d8888b    Y88b       
Y88b       d88P     d88P"       d88P       
 Y88b     d88P      888        d88P        
  Y88b   d88P       Y88b.     d88P         
   Y88b d88P         "Y8888P d88P          

Write websites using the far superior (and actual programming language) C.

Usage

Build the library for Linux

git clone https://github.com/KDesp73/webc
cd webc
make

Link the library to your project

Add -Lpath/to/library -lwebc to your LDFLAGS

Make sure run export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/lib/webc before compiling

Examples

See Examples.md

Documentation

The documentation for this library is written in the header files

See webc-core.h

Autogenerated documentation using Doxygen here

LICENSE

MIT