Old project that I used to learn C
This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2020-06-02 15:29:18 +02:00
commands Added MySQL Test Connection Feature 2020-06-02 15:25:37 +02:00
etc Inital Commit 2020-06-02 11:23:12 +02:00
glade Added MySQL Test Connection Feature 2020-06-02 15:25:37 +02:00
utils Added MySQL Test Connection Feature 2020-06-02 15:25:37 +02:00
.gitignore Updated .gitignore 2020-06-02 15:28:40 +02:00
logo.png Inital Commit 2020-06-02 11:23:12 +02:00
main.c Added MySQL Test Connection Feature 2020-06-02 15:25:37 +02:00
makefile Added MySQL Test Connection Feature 2020-06-02 15:25:37 +02:00
README.md Added MySQL Test Connection Feature 2020-06-02 15:25:37 +02:00

netbenixCMD

A little project of mine to learn C.

Available for: Linux

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:

Install packages: make, gtk3, libgtk-3-dev, gcc, mysql

Clone Repositroy: git clone https://github.com/netbenix/netbenixCMD.git

Go into the just cloned directory

Build with command: make

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