Added MySQL Test Connection Feature
This commit is contained in:
parent
8e1af27309
commit
b0084cf9ae
13 changed files with 87 additions and 55 deletions
12
README.md
12
README.md
|
|
@ -2,19 +2,19 @@
|
|||
|
||||
A little project of mine to learn C.
|
||||
|
||||
Available for: *Linux, (Windows coming soon)*
|
||||
Available for: *Linux*
|
||||
|
||||
Used Libs for Linux: *gtk+3.0*
|
||||
Used Libs for Linux: *gtk+3.0, libmysqlclient*
|
||||
|
||||
Version: *0.1.0*
|
||||
|
||||
## Features:
|
||||
- A help page (OMG!!!)
|
||||
- A little GTK Test
|
||||
- Can detect if you're using linux or Windows and tell the Architecture you're running on
|
||||
|
||||
## Building:
|
||||
### Linux
|
||||
Install packages: make, gtk3, libgtk-3-dev, gcc
|
||||
Install packages: make, gtk3, libgtk-3-dev, gcc, mysql
|
||||
|
||||
Clone Repositroy: ```git clone https://github.com/netbenix/netbenixCMD.git```
|
||||
|
||||
|
|
@ -22,13 +22,11 @@ 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
|
||||
- ```--sql-test``` => Makes a test connection to a mysql server
|
||||
- ```--os-info``` => Outputs your OS Information
|
||||
Reference in a new issue