debianmacno-cupsweb
Last change
on this file since 0b8c868 was
0b8c868,
checked in by Edward Z. Yang <edwardzyang@…>, 16 years ago
|
Implement nice slider for volume.
Signed-off-by: Edward Z. Yang <edwardzyang@…>
|
-
Property mode set to
100644
|
File size:
488 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | easy_install -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools |
---|
3 | # deal with bugs that happen during install |
---|
4 | easy_install tg.devtools |
---|
5 | easy_install tg.devtools |
---|
6 | easy_install flup |
---|
7 | |
---|
8 | # Install remctl |
---|
9 | wget http://archives.eyrie.org/software/kerberos/remctl-2.13.tar.gz |
---|
10 | tar -xf remctl-2.13.tar.gz |
---|
11 | rm remctl-2.13.tar.gz |
---|
12 | cd remctl-2.13 |
---|
13 | ./configure --enable-python |
---|
14 | make |
---|
15 | cd python |
---|
16 | python setup.py build |
---|
17 | python setup.py install |
---|
18 | cd ../.. |
---|
19 | rm -rf remctl-2.13 |
---|
20 | |
---|
21 | paster --help |
---|
Note: See
TracBrowser
for help on using the repository browser.