Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| install:webkit [2010/01/23 05:09] – external edit 127.0.0.1 | install:webkit [2022/05/23 01:30] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Instructions for building | + | ====== Instructions for building |
| [[http:// | [[http:// | ||
| Line 8: | Line 7: | ||
| View current [[http:// | View current [[http:// | ||
| + | |||
| + | ===== Instructions for building a RPM package for Gtk2-WebKit ===== | ||
| + | |||
| + | Easiest probably using cpan2rpm, so install it: | ||
| + | |||
| + | Fedora users: | ||
| + | |||
| + | '' | ||
| + | |||
| + | openSuSe | ||
| + | |||
| + | '' | ||
| + | |||
| + | Setup your rpmdev environment | ||
| + | |||
| + | '' | ||
| + | |||
| + | Then you're ready to go, so run: | ||
| + | |||
| + | '' | ||
| + | |||
| + | This will generat a spec file in ~/ | ||
| + | |||
| + | You'll need to edit it and change the line | ||
| + | |||
| + | '' | ||
| + | |||
| + | to | ||
| + | |||
| + | '' | ||
| + | |||
| + | or you'll get some errors. | ||
| + | |||
| + | Then, to build the package, run: | ||
| + | |||
| + | '' | ||
| + | |||
| + | (adjust the path accordingly if your spec file is somewhere else.) | ||
| + | |||
| + | |||
| + | ===== Instructions for building a debian package for libgtk2-webkit ===== | ||
| Go here if you wish to [[http:// | Go here if you wish to [[http:// | ||
| Line 13: | Line 53: | ||
| [[http:// | [[http:// | ||
| - | ===== 2. Using debhelper Script | + | ==== 2. Using debhelper Script ==== |
| You may either build the package remotely or local, whichever way you prefer. I recommend the debhelper scripts for automagic: | You may either build the package remotely or local, whichever way you prefer. I recommend the debhelper scripts for automagic: | ||
| Line 23: | Line 63: | ||
| Depends: perl (>= 5.8.0), libatk1.0-0 (>= 1.20.0), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.16.0), libpango1.0-0 (>= 1.14.0), libsoup2.4-1 (>= 2.25.4), libwebkit-1.0-2 (>= 1.1.1), zlib1g (>= 1:1.1.4), libgtk2-perl | Depends: perl (>= 5.8.0), libatk1.0-0 (>= 1.20.0), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.16.0), libpango1.0-0 (>= 1.14.0), libsoup2.4-1 (>= 2.25.4), libwebkit-1.0-2 (>= 1.1.1), zlib1g (>= 1:1.1.4), libgtk2-perl | ||
| - | === Local build === | + | == Local build == |
| If you want to build it locally without using the cpan, download the | If you want to build it locally without using the cpan, download the | ||
| Line 44: | Line 84: | ||
| in the upstream directory. So if you downloaded the .tar.gz to your home directory, thats where it goes. Now install it using your favorite packagemanager, | in the upstream directory. So if you downloaded the .tar.gz to your home directory, thats where it goes. Now install it using your favorite packagemanager, | ||
| - | === CPAN === | + | == CPAN == |
| < | < | ||
