1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-08 14:54:15 +01:00
Files
wicd/INSTALL
imdano f662e62442 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.
2008-03-15 00:25:59 +00:00

15 lines
692 B
Plaintext

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.