mirror of
https://github.com/gryf/wicd.git
synced 2026-01-04 04:44:12 +01:00
Added README and INSTALL files.
Added a setup.py script. Added the new init and suspend scripts to a folder called other, which also holds all files which don't currently go in the /opt/wicd folders. These are used by the setup.py script and put into their respective directories.
This commit is contained in:
14
INSTALL
Normal file
14
INSTALL
Normal file
@@ -0,0 +1,14 @@
|
||||
To install, just run:
|
||||
sudo python setup.py install
|
||||
|
||||
For now almost all the files and directories are dumped to /opt/wicd, though
|
||||
it's possible for the user to specify a different directory by editting two files;
|
||||
setup.cfg, and wpath.py. Simply change all mentions of /opt/wicd in those files
|
||||
to the directory of your choice.
|
||||
|
||||
It should also be noted that wicd also installs some files elsewhere, namely
|
||||
init.d and suspend.d scripts, dbus configuration files, and pixmaps. Exactly
|
||||
what gets put where can be viewed by opening up and reading setup.py.
|
||||
|
||||
In the (near) future, all the files will not all be put in one directory, and will
|
||||
instead follow linux standards for directory structure.
|
||||
Reference in New Issue
Block a user