Added .gitignore README.md
This commit is contained in:
parent
cc95ff1c3a
commit
f074be37ac
4 changed files with 36 additions and 1 deletions
34
README.md
Normal file
34
README.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# **netbenixCMD**
|
||||
|
||||
A little project of mine to learn C.
|
||||
|
||||
Available for: *Linux, (Windows coming soon)*
|
||||
|
||||
Used Libs for Linux: *gtk+3.0*
|
||||
|
||||
Version: *0.1.0*
|
||||
|
||||
## Features:
|
||||
- A help page (OMG!!!)
|
||||
- A little GTK Test
|
||||
|
||||
## Building:
|
||||
### Linux
|
||||
Install packages: make, gtk3, libgtk-3-dev, gcc
|
||||
|
||||
Clone Repositroy: ```git clone https://github.com/netbenix/netbenixCMD.git```
|
||||
|
||||
Go into the just cloned directory
|
||||
|
||||
Build with command: ```make```
|
||||
|
||||
### Windows
|
||||
*Coming soon...*
|
||||
|
||||
## Usage
|
||||
After building use ```./netbenixCMD <argument>``` to start the program
|
||||
|
||||
## Arguments
|
||||
- ```--help``` => Displays all arguments
|
||||
- ```--gtk-test``` => Opens the GTK Test Window
|
||||
- ```--os-info``` => Outputs your OS Information
|
||||
Reference in a new issue