-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
47 lines (43 loc) · 1.19 KB
/
README.txt
File metadata and controls
47 lines (43 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
NOTE: The app currently has no official release the current source is in the develop branch
####
#
# Codeprogrammers.net
#
# This GUI App is free to use and modify as you see fit. But please,
# don't copy them word-for-word and claim them as your own. That's just
# rude. :'(
#
#
#In addition you must include ALL LICENSES with any derivative of this app
#The LICENSE included with this project outlines the lincense for this software unless
#a different LICENSE-<FEATURE> is included in which it follows that LICENSE.
#
# DISCLAIMER:
# We are not responsible for any damage or lost data the App
# may cause to your computer. This App is still in development and should
# be considered alpha quality.
#
####
########
Authors:
########
Bradley Clemetson - brad(at)codeprogrammers(dot)net
Ryan Draper
Doug Coulson
########
Summary:
########
This is a GTK application aimed at helping system administrators and users alike quickly a easily change settings/configs on the server the app is installed on. While the core is limited to basic network functionality, it can be extended with multiple moduals
#############
Requirements:
#############
*cmake
*make
*glib
*gtk-dev
*g++
*gtkmm
*libxml++
######
Notes:
######