NPB (Ncurses Phone Book) is simple phonebook application which created for educational and learning purposes. The application is developed for Linux platform and runs in command line which utilizes Ncurses library and Sqlite database.
NPB requires the following packages
- gcc
- ncurses (for user interface)
- sqlite 3 lib (for connecting to database)
In Ubuntu for installing Sqlite library use the following command,
$ sudo apt-get install sqlite3 libsqlite3-dev
For compiling the code just cd to project directory and type following commands.
make
./main
Use make clean
to remove the compiled file.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. http://www.gnu.org/licenses/
Copyright 2013-2018 Kasra Madadipouya kasra@madadipouya.com