Skip to content

javiermontenegro/C_VideoStore.SQLite3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Store

⭐ Star me on GitHub — it helps!

This project is a implementation of a video store in ANSI C with SQLite3 licensed under the permissive MIT license.

Prerequisites

In order to be able to install customer you will need following software: Make, Autoconf, Automake, GCC, and optionally Doxygen if you wish to generate documentation. If you're using Windows system you may need to install cygwin and use its package manager to install the aforementioned tools.

How to use this project

Clone the repository:

$ git clone ssh://git@github.com/javiermontenegro/C_VideoStore.SQLite3.git

Or else simply download zip file from this link.

SQLite3 requirements

$ sudo apt-get update
$ sudo apt-get install sqlite3 libsqlite3-dev

Installing

The installation process is fairly simple once the prerequisite tools have been acquired. The first step is to generate a configure script and run it.

$ ./bootstrap.sh
$ ./configure

The next step is to build and install the software using make.

$ make
$ make install

Running the program

// username: admin 
// password: 12345 

$ ./video

Built With

  • GNU Compiler Collection - ANSI C compiler.
  • GNU Make - a tool which controls the generation of executables and other non-source files of a program from the program's source files.
  • GNU Autoconf - an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages.
  • GNU Automake - a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.
  • Doxygen - de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This project is a implementation of a video store in ANSI C with SQLite3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages