블로그 이미지
Guybrush Threepwood

태그목록

공지사항

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

calendar

1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

libMiniBrowserWebBundle.so loading error
Error loading the injected bundle (Libraries/.libs/libMiniBrowserWebBundle.so): Libraries/.libs/libMiniBrowserWebBundle.so: cannot open shared object file: No such file or directory

https://bugs.webkit.org/show_bug.cgi?id=68553 

https://bugs.webkit.org/attachment.cgi?id=108200&action=diff 








 

'WebKit > WebKitGTK+ v1.6.3 on Ubuntu 11.10' 카테고리의 다른 글

WebKit Bug #1 - AuthenticationManagerMessageReceiver.cpp  (0) 2012.03.03
configure option  (1) 2012.03.03
Dependency Packages  (0) 2012.03.03
./configure --help  (0) 2012.03.03

* Source Generation Error
make: *** No rule to make target `DerivedSources/WebKit2/AuthenticationManagerMessageReceiver.cpp', needed by `all'.  Stop.

The problem is that the source tarballs on webkitgtk.org are missing the tools and makefiles needed to generate DerivedSources/WebKit2/*

Specifically:
* Sources/WebKit2/Scripts/ directory is missing
* Sources/WebKit2/DerivedSources.make is missing
* and even it were not missing, DerivedSources.make is not referenced or included in any of the GNUmakefile files.
* and all the messages.in files (Source/WebKit2/WebProcess/Authentication/AuthenticationManager.messages.in etc.) are also missing from the webkitgtk.org tarballs.
webkitgtk.org의 tarball을 받아서 압축을 풀면 위와 같은 항목들이 포함되어 있지 않아서 정상적으로 source generation을 할 수 없다.

따라서 svn을 이용해 source를 받아 빌드해야 함.


https://bugs.webkit.org/show_bug.cgi?id=66527

 

'WebKit > WebKitGTK+ v1.6.3 on Ubuntu 11.10' 카테고리의 다른 글

WebKit Bug #2 - Libraries/.libs/libMiniBrowserWebBundle.so  (0) 2012.03.03
configure option  (1) 2012.03.03
Dependency Packages  (0) 2012.03.03
./configure --help  (0) 2012.03.03

configure option

2012. 3. 3. 13:38 | Posted by Guybrush Threepwood

svn check out revision - 109346

./configure CFLAGS="$CFLAGS -w" CPPFLAGS="$CPPFLAGS -w" --prefix=/home/guybrush/Prj/WebKitGTK/webkit-1.6/prefix --enable-webkit2 --enable-debug --with-target=x11 --with-gtk=3.0



Dependency Packages

2012. 3. 3. 01:11 | Posted by Guybrush Threepwood

1.  bison - 1:2.4.1.dfsg-3
A parser generator that is compatible with YACC

2. bison-doc - 1:2.4.1-1
Documentation for the Bison parser generator
 
3.  autoconf - 2.68-1ubuntu1
automatic configure script builder

4. autotools-dev - 20110511.1
Update infrastructure for config.{guess,sub} files

5. automake - 1:1.11.1-1ubuntu1
A tool for generating GNU Standards-compliant Makefiles

6. flex - 2.5.35-10ubuntu1
A fast lexical analyzer generator.

7.  flex-doc - 2.5.35-10ubuntu1
Documentation for flex (a fast lexical analyzer generator).

8. gperf - 3.0.3-1build3
Perfect hash function generator

9. gtk-doc-tools - 1.18-1ubuntu1
GTK+ documentation tools

10. libxml++2.6-2 - 2.34.1-1
C++ interface to the GNOME XML library (libxml2)

11. libxml++2.6-dev - 2.34.1-1
C++ interface to the GNOME XML library (libxml2)

12. libxml++2.6-doc - 2.34.1-1
HTML interface documentation and examples for libxml++

13. libxml++2.6-dbg - 2.34.1-1
C++ interface to the GNOME XML library (debug symbols)

14. libgtk-3-dev - 3.2.0-0ubuntu6
development files for the GTK+ library

15. libgtk-3-doc - 3.2.0-0ubuntu6
documentation for the GTK+ graphical user interface library

16. libjpeg62-dev - 6b1-1ubuntu2
Development files for the IJG JPEG library (version 6.2)

17. libjpeg8-dev - 8c-2ubuntu2
Development files for the IJG JPEG library

18. libicu-dev - 4.4.2-2ubuntu0.11.10.1
Development files for International Components for Unicode

19. icu-doc - 4.4.2-2ubuntu0.11.10.1
API documentation for ICU classes and functions

20. libgail-3-dev - 3.2.0-0ubuntu6
GNOME Accessibility Implementation Library -- development files

21. libgail-3-doc - 3.2.0-0ubuntu6
documentation files of the Gail library

22. libxt-dev - 1:1.1.1-2
X11 toolkit intrinsics library (development headers)

23. libsoup2.4-dev - 2.36.0-0ubuntu1
HTTP library implementation in C -- Development files

24. libsoup2.4-doc - 2.36.0-0ubuntu1
HTTP library implementation in C -- API Reference

25. libsqlite3-0 - 3.7.7-2ubuntu2
SQLite 3 shared library

26. libsqlite3-dev - 3.7.7-2ubuntu2
SQLite 3 development files

27. libsqlite3-0-dbg - 3.7.7-2ubuntu2
SQLite 3 debugging symbols

28. libxslt1-dev - 1.1.26-7
XSLT 1.0 processing library - development kit

29. libgstreamer0.10-dev - 0.10.35-1
GStreamer core development files

30. libgstreamer-plugins-base0.10-dev - 0.10.35-1
GStreamer development files for libraries from the "base" set

31. libgtk2.0-dev - 2.24.6-0ubuntu5
Development files for the GTK+ library

32. libgtk2.0-doc - 2.24.6-0ubuntu5
Documentation for the GTK+ graphical user interface library

33. libgail-dev - 2.24.6-0ubuntu5
GNOME Accessibility Implementation Library -- development files

34. libgail-doc - 2.24.6-0ubuntu5
documentation files of the Gail library

35.  libenchant-dev - 1.6.0-3
Wrapper library for various spell checker engines (development)

./configure --help

2012. 3. 3. 01:00 | Posted by Guybrush Threepwood

* WebKitGTK+ v1.6.3 ( http://webkitgtk.org/?page=download )
(svn co http://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-1.6)
 

guybrush@SECVD:~/Downloads/webkit-1.6.3$ ./configure --help
`configure' configures WebKit 1.6.3 to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking ...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/webkit]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-silent-rules          less verbose build output (undo: `make V=1')
  --disable-silent-rules         verbose build output (undo: `make V=0')
  --disable-dependency-tracking  speeds up one-time build
  --enable-dependency-tracking   do not reject slow dependency extractors
  --disable-largefile     omit support for large files
  --enable-static[=PKGS]  build static libraries [default=no]
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --disable-glibtest      do not try to compile and run a test GLIB program
  --disable-schemas-compile
                          Disable regeneration of gschemas.compiled on install
  --enable-spellcheck     enable support for spellcheck
  --enable-debug          turn on debugging [default=no]
  --enable-optimizations  turn on optimize builds (GCC only) [default=yes]
  --enable-3d-rendering   enable support for 3D Rendering (experimental)
                          [default=no]
  --enable-webgl          enable support for WebGL (experimental) [default=no]
  --enable-channel-messaging
                          enable HTML5 channel messaging support [default=yes]
  --enable-notifications  enable notifications [default=no]
  --enable-meter-tag      enable HTML5 meter [default=yes]
  --enable-page-visibility-api
                          enable page visibility api[default=no]
  --enable-progress-tag   enable HTML5 progress [default=yes]
  --enable-javascript-debugger
                          enable JavaScript debugger/profiler support
                          [default=yes]
  --enable-datagrid       enable HTML5 datagrid support [default=no]
  --enable-data-transfer-items
                          enable HTML5 data transfer items support
                          [default=no]
  --enable-offline-web-applications
                          enable HTML5 offline web applications support
                          [default=yes]
  --enable-dom-storage    enable HTML5 client-side session and persistent
                          storage support [default=yes]
  --enable-indexed-database
                          enable the indexed database API [default=no]
  --enable-input-color    enable the color input [default=no]
  --enable-input-speech   enable the speech input API [default=no]
  --enable-sql-database   enable SQL client-side database storage support
                          [default=yes]
  --enable-icon-database  enable icon database [default=yes]
  --enable-image-resizer  enable image resizer [default=no]
  --enable-datalist       enable HTML5 datalist support [default=yes]
  --enable-sandbox        enable HTML5 sandboxed iframe support [default=yes]
  --enable-video          enable HTML5 video support [default=yes]
  --enable-video-track    enable HTML5 video track support [default=yes]
  --enable-media-source   enable support for media source [default=no]
  --enable-media-statistics
                          enable support for media statistics [default=no]
  --enable-fullscreen-api enable the Fullscreen API support [default=yes]
  --enable-media-stream   enable media stream support (incomplete)
                          [default=no]
  --enable-xhtmlmp        enable support for XHTML-MP [default=no]
  --enable-xpath          enable support for XPath [default=yes]
  --enable-xslt           enable support for XSLT [default=yes]
  --enable-geolocation    enable support for geolocation [default=no]
  --enable-client-based-geolocation
                          enable support for client-based geolocation
                          [default=no]
  --enable-mathml         enable support for MathML [default=no]
  --enable-svg            enable support for SVG [default=yes]
  --enable-wcss           enable support for WCSS [default=no]
  --enable-shared-workers enable support for SharedWorkers [default=yes]
  --enable-workers        enable support for Web Workers [default=yes]
  --enable-directory-upload
                          enable support for directory upload [default=no]
  --enable-file-system    enable support for HTML5 FileSystem API [default=no]
  --enable-quota          enable support for Quota API [default=no]
  --enable-filters        enable support for filters (experimental)
                          [default=yes]
  --enable-svg-fonts      enable support for SVG fonts (experimental)
                          [default=yes]
  --enable-web-sockets    enable support for Web Sockets [default=yes]
  --enable-web-audio      enable support for Web Audio [default=no]
  --enable-web-timing     enable support for Web Timing [default=no]
  --enable-blob           enable support for Blob [default=yes]
  --enable-fast-mobile-scrolling
                          enable support for Fast Mobile Scrolling
                          [default=no]
  --enable-coverage       enable code coverage support [default=no]
  --enable-fast-malloc    enable optimized memory allocator default=yes,
                          default=no for debug builds
  --enable-debug-symbols  enable debug symbols default=no, default=yes for
                          debug builds
  --enable-debug-features enable debug features default=no, default=yes for
                          debug builds
  --enable-jit            Enable JIT compilation default=yes
  --enable-opcode-stats   Enable Opcode statistics (default: disabled)
  --enable-link-prefetch  Enable Link prefetch support (default: disabled)
  --enable-introspection  Enable GObject introspection (default: disabled)
  --enable-animation-api  enable support for Animation API (experimental)
                          [default=no]
  --enable-touch-icon-loading
                          enable support for loading touch icons [default=no]
  --enable-register-protocol-handler
                          enable support for Register Protocol Handler
                          (experimental) [default=no]
  --enable-device-orientation
                          enable support for DeviceOrientation (experimental
                          and incomplete) [default=no]
  --enable-webkit2        build webkit2 [default=no]
  --enable-plugin-process build plugin process for WebKit2 [default=yes]
  --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
  --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-pic              try to use only PIC/non-PIC objects [default=use
                          both]
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-sysroot=DIR Search for dependent libraries within DIR
                        (or the compiler's sysroot if not specified).
  --with-gtk=2.0|3.0      the GTK+ version to use (default: 3.0)
  --with-target=[x11/win32/quartz/directfb]
                          Select webkit target [default=x11]
  --with-hildon           Use Hildon UI extensions [default=no]
  --with-unicode-backend=[icu/glib]
                          Select Unicode backend (WARNING: the glib-based
                          backend is slow, and incomplete) [default=icu]
  --with-font-backend=[freetype/pango]
                          Select font backend [default=freetype]
  --with-html-dir=PATH    path to installed docs

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  CPP         C preprocessor
  CXXCPP      C++ preprocessor
  PKG_CONFIG  path to pkg-config utility
  PKG_CONFIG_PATH
              directories to add to pkg-config's search path
  PKG_CONFIG_LIBDIR
              path overriding pkg-config's built-in search path
  HILDON_CFLAGS
              C compiler flags for HILDON, overriding pkg-config
  HILDON_LIBS linker flags for HILDON, overriding pkg-config
  UNICODE_CFLAGS
              C compiler flags for UNICODE, overriding pkg-config
  UNICODE_LIBS
              linker flags for UNICODE, overriding pkg-config
  ZLIB_CFLAGS C compiler flags for ZLIB, overriding pkg-config
  ZLIB_LIBS   linker flags for ZLIB, overriding pkg-config
  LIBXML_CFLAGS
              C compiler flags for LIBXML, overriding pkg-config
  LIBXML_LIBS linker flags for LIBXML, overriding pkg-config
  PANGO_CFLAGS
              C compiler flags for PANGO, overriding pkg-config
  PANGO_LIBS  linker flags for PANGO, overriding pkg-config
  ENCHANT_CFLAGS
              C compiler flags for ENCHANT, overriding pkg-config
  ENCHANT_LIBS
              linker flags for ENCHANT, overriding pkg-config
  GAIL_CFLAGS C compiler flags for GAIL, overriding pkg-config
  GAIL_LIBS   linker flags for GAIL, overriding pkg-config
  CAIRO_CFLAGS
              C compiler flags for CAIRO, overriding pkg-config
  CAIRO_LIBS  linker flags for CAIRO, overriding pkg-config
  GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
  GTK_LIBS    linker flags for GTK, overriding pkg-config
  XT_CFLAGS   C compiler flags for XT, overriding pkg-config
  XT_LIBS     linker flags for XT, overriding pkg-config
  INTROSPECTION_CFLAGS
              C compiler flags for INTROSPECTION, overriding pkg-config
  INTROSPECTION_LIBS
              linker flags for INTROSPECTION, overriding pkg-config
  LIBSOUP_CFLAGS
              C compiler flags for LIBSOUP, overriding pkg-config
  LIBSOUP_LIBS
              linker flags for LIBSOUP, overriding pkg-config
  FREETYPE_CFLAGS
              C compiler flags for FREETYPE, overriding pkg-config
  FREETYPE_LIBS
              linker flags for FREETYPE, overriding pkg-config
  SQLITE3_CFLAGS
              C compiler flags for SQLITE3, overriding pkg-config
  SQLITE3_LIBS
              linker flags for SQLITE3, overriding pkg-config
  LIBXSLT_CFLAGS
              C compiler flags for LIBXSLT, overriding pkg-config
  LIBXSLT_LIBS
              linker flags for LIBXSLT, overriding pkg-config
  GEOCLUE_CFLAGS
              C compiler flags for GEOCLUE, overriding pkg-config
  GEOCLUE_LIBS
              linker flags for GEOCLUE, overriding pkg-config
  XRENDER_CFLAGS
              C compiler flags for XRENDER, overriding pkg-config
  XRENDER_LIBS
              linker flags for XRENDER, overriding pkg-config
  GSTREAMER_CFLAGS
              C compiler flags for GSTREAMER, overriding pkg-config
  GSTREAMER_LIBS
              linker flags for GSTREAMER, overriding pkg-config
  GTK2_CFLAGS C compiler flags for GTK2, overriding pkg-config
  GTK2_LIBS   linker flags for GTK2, overriding pkg-config
  GTKDOC_DEPS_CFLAGS
              C compiler flags for GTKDOC_DEPS, overriding pkg-config
  GTKDOC_DEPS_LIBS
              linker flags for GTKDOC_DEPS, overriding pkg-config

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <http://bugs.webkit.org/>.
guybrush@SECVD:~/Downloads/webkit-1.6.3$ 

WebKit build 환경 구성

2011. 5. 2. 14:15 | Posted by Guybrush Threepwood
* Reference
https://trac.webkit.org/wiki/BuildingGtk

Ubuntu distribution version : 11.04(natty)


Following is a list of Debian packages necessary for building WebKitGTK+.

  • autoconf
  • automake
  • autotools-dev
  • bison (>= 2.4.1)
  • flex
  • gperf
  • glib-networking
  • gtk-doc-tools
  • libenchant-dev
  • libgail3-dev
  • libgeoclue-dev
  • libglib2.0-dev (>= 2.27.4)
  • libgstreamer-plugins-base0.10-dev
  • libgtk2.0-dev (>= 2.10)
  • libicu-dev
  • libjpeg62-dev
  • libpango1.0-dev (>= 1.16)
  • libpng12-dev
  • libsoup2.4-dev (>= 2.33.1.20101209)
  • libsqlite3-dev
  • libtool
  • libxslt-dev
  • libxt-dev


* Dependency libraries
1.  autoconf
2.67-2ubuntu1
automatic configure script builder

2. automake
1:1.11.1-1ubuntu1
A tool for generating GNU Standards-compliant Makefiles

3. autotools-dev
20100122.1
Update infrastructure for config.{guess,sub} files
 

4. bison >= 2.4.1
1:2.4.1.dfsg-3
A parser generator that is compatible with YACC
 
-- bison-doc
1:2.4.1-1
Documentation for the Bison parser generator

 
5. flex
2.5.35-10ubuntu1
A fast lexical analyzer generator.

-- flex-doc
2.5.35-10ubuntu1
Documentation for flex (a fast lexical analyzer generator).
 
6. gperf
3.0.3-1build3
Perfect hash function generator

7. glib-networking
2.28.5-0ubuntu1
network-related giomodules for GLib



8.  gtk-doc-tools
1.17-0ubuntu1
the GTK+ documentation tools

9. libenchant-dev
1.6.0-2
a wrapper library for various spell checker engines (development)


10.  libgail-3-dev
3.0.8-0ubuntu1
GNOME Accessibility Implementation Library - development files

-- libgail-3-common
3.0.8-0ubuntu1
GNOME Accessibility Implementation Library - common modules

--  libgail-3-0
3.0.8-0ubuntu1
GNOME Accessibility Implementation Library - shared libraries


-- libgail-3-0-dbg
3.0.8-0ubuntu1
Gail libraries and debugging symbols

 -- libgail-3-doc
3.0.8-0ubuntu1
documentation files of the Gail library

 
11. libgeoclue-dev
0.12.0-1ubuntu8
C API for GenoClue (development files)

-- libgeoclue0
0.12.0-1ubuntu8
C API for GeoClue
 
 
12. libglib2.0-dev >= 2.27.4
2.28.6-0ubuntu1
Development files for the GLib library

-- libglib2.0-0
2.28.6-0ubuntu1
The GLib library of C routines 

13. libgstreamer-plugins-base0.10-dev
0.10.32-1ubuntu5
GStreamer development files for libraries from 


-- libgstreamer-plugins-base0.10-0
0.10.32-1ubuntu5
GStreamer libraries from the "base" set

14. libgtk2.0-dev >= 2.10
2.24.4-0ubuntu2
Development files for the GTK+ library 

-- libgtk2.0-0
2.24.4-0ubuntu2
The GTK+ graphical user interface library

-- libgtk2.0-common
2.24.4-0ubuntu2
Common files for the GTK+ graphical user interface library

-- libgtk2.0-bin
2.24.4-0ubuntu2
The programs for the GTK+ graphical user interface library

-- libgtk2.0-0-dbg
2.24.4-0ubuntu2
The GTK+ libraries and debugging symbols

15. libicu-dev
4.4.2-2
Development files for International Components for Unicode

-- libicu44
4.4.2-2
International Components for Unicode

 
16. libjpeg62-dev
6b1-1ubuntu1
Development files for the IJG JPEG library(version 6.2)

-- libjpeg62
6b1-1ubuntu1
The Independent JPEG Group's JPEG runtime library(version 6.2)

17.  libpango1.0-dev >= 1.16
1.28.4-0ubuntu1
Development files for the Pango

-- libpango1.0-0
1.28.4-0ubuntu1
Layout and rendering of internationalized text 

 
18. libpng12-dev
1.2.44-1ubuntu3
PNG library-development

-- libpng12-0
1.2.44-1ubuntu3
PNG library-runtime

19. libsoup2.4-dev >= 2.33.1.20101209
2.34.0-0ubuntu1
an HTTP library implementation in C - Development files

-- libsoup2.4-1
2.34.0-0ubuntu1
an HTTP library implementation in C - Shared library

-- libsoup2.4-doc
2.34.0-0ubuntu1
an HTTP library implementation in C - API Reference

 
20. libsqlite3-dev
3.7.4-2ubuntu5
SQLite 3 development files

-- libsqlite3-0
3.7.4-2ubuntu5
SQLite 3 shared library

 
 21. libtool
2.2.6b-2ubuntu3
Generic library support script

22.  libxslt1-dev
1.1.26-6build1
XSLT 1.0 processing library - development kit


-- libxslt1.1
1.1.26-6build1
XSLT 1.0 processing library - runtime library
 
23. libxt-dev
1:1.0.9-1ubuntu1
X11 toolkit intrinsics library(development headers)

-- libxt6
1:1.0.9-1ubuntu1
X11 toolkit intrinsics library 
이전 1 다음