# facebooc **Repository Path**: opensource168/facebooc ## Basic Information - **Project Name**: facebooc - **Description**: Yet another Facebook clone written in C - **Primary Language**: C - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-24 - **Last Updated**: 2024-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Facebooc Proof-of-concept Facebook clone in C. The only dependency is SQLite3. # Prerequisites Install SQLite development package: ```bash sudo apt-get install libsqlite3-dev ``` # Build and Run ```bash 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.