Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
becki:linux:slack_app_tips [2015-12-11 09:34] becki [DVD ripping with HandBrake] |
becki:linux:slack_app_tips [2018-02-08 12:22] (aktuell) becki |
||
---|---|---|---|
Zeile 90: | Zeile 90: | ||
===== SVG with Inkscape == | ===== SVG with Inkscape == | ||
+ | |||
+ | Slack 14.2 dependencies for v. 0.92.2 according to slackbuilds: | ||
+ | lxml | ||
+ | BeautifulSoup4 | ||
+ | html5lib | ||
+ | six | ||
+ | python-webencodings | ||
+ | numpy | ||
+ | |||
+ | :!: ''gtkmm'' and its dependencies ship with Slack 14.2 now. Be sure to remove old SBo packages bevore installing Inkscape! | ||
Slack 14.1 dependencies according to slackbuilds: | Slack 14.1 dependencies according to slackbuilds: | ||
Zeile 402: | Zeile 412: | ||
</code> | </code> | ||
- Fix the path in ''/var/www/cgi-bin/man/man2html'':<code diff> | - Fix the path in ''/var/www/cgi-bin/man/man2html'':<code diff> | ||
- | -MANX="/var/www/cgi-bin/man/aux/man.aux" | + | -MANX="/home/httpd/cgi-aux/man/man.aux" |
- | +MANX="/home/httpd/cgi-aux/man/man.aux" | + | +MANX="/var/www/cgi-bin/man/aux/man.aux" |
</code> | </code> | ||
- URL is: http://localhost/cgi-bin/man/man2html | - URL is: http://localhost/cgi-bin/man/man2html |