StevenChen8759 / facebooc

Yet another Facebook clone written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebooc

Proof-of-concept Facebook clone in C. The only dependency is SQLite3.

Prerequisites

Install SQLite development package:

sudo apt-get install libsqlite3-dev

Build and Run

cd facebooc
make run

Licensing

Facebooc is freely redistributable under the two-clause BSD License. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

About

Yet another Facebook clone written in C

License:Other


Languages

Language:C 80.3%Language:CSS 9.9%Language:HTML 7.5%Language:C++ 1.3%Language:Makefile 1.1%