-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(readme): added installation process
- Loading branch information
Showing
1 changed file
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,36 @@ | ||
# PCiNooB | ||
An assignment | ||
It's a linux(ubuntu) terminal based computer application to generate computer hardware information and save those information to a text file. | ||
|
||
## A Fast Light Tool Kit(FLTK) GUI Program based simple application to generate and display computer hardware information | ||
## Tools | ||
|
||
- FLTK Version: 1.3 | ||
- UI Used: FLUID (Fast Light User Interface Design) | ||
- Environment: Linux/Ubuntu/Zorin | ||
- Environment: Linux(Ubuntu) | ||
- Programming Language used: C/C++ | ||
|
||
### Overview | ||
## How to Run? | ||
|
||
<img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-14-33.png" width="200" height="160" /> <img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-14-51.png" width="200" height="160" /> <img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-15-21.png" width="200" height="160" /> | ||
As I already said it's a terminal based application, so you have to run it from linux terminal. Let's start- | ||
|
||
1. First of all, let's download the binary application using the following command line: | ||
|
||
``` | ||
wget https://github.com/imShakil/PCiNooB/raw/master/PCiNooB | ||
``` | ||
2. Give permission to run this file: | ||
|
||
``` | ||
chmod +x PCiNooB | ||
``` | ||
|
||
3. Finally, run the application as below: | ||
|
||
``` | ||
./PCiNooB | ||
``` | ||
|
||
That's all. It will run and save some hardware information to a external txt file. | ||
|
||
## Overview | ||
|
||
<img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-14-33.png" width="200" height="160" /> <img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-14-51.png" width="200" height="160" /> <img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-15-21.png" width="200" height="160" /> |