Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 823 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 823 Bytes

Facebooc

:::info Because this project is forked from jserv and keeps contributing, we checkout to scc branch that helps us switching to latest development. :::

Proof-of-concept Facebook clone in C. We minimal the essential dependencies

Collaboration dependencies

sudo apt-get install sassc    \ 
                     cppcheck \
                     aspell   \
                     build-essential \
                     libssl-dev

Prerequisites

Install SQLite and openssl development package:

sudo apt-get install libsqlite3-dev libssl-dev

Build and Run

cd facebooc
make run

Licensing

Facebooc is freely re-distributable under the Apache & BSD License. Use of this source code is governed by Apache & BSD style license that can be found in the LICENSE file.