Difference between revisions of "Libebml"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://dl.matroska.org/downloads/libebml/libebml-{{Libebml-Version}}.tar.bz2 |-valign="top" |} ...)
 
m
 
(2 intermediate revisions by one other user not shown)
Line 8: Line 8:
 
----
 
----
  
== Introduction to Libebml ==
+
{{Package-Introduction|EBML, or Extensible Binary Meta-Language, is a simple XML like binary language for describing data in structured style.|http://www.matroska.org/}}
 
 
EBML, or Extensible Binary Meta-Language, is a simple XML like binary language for describing data in structured style.
 
 
 
'''Project Home Page''': http://www.matroska.org/
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 20: Line 16:
 
Compile the package:
 
Compile the package:
  
 +
cd make/linux &&
 
  sed -i "s@\/usr/local@\/usr@g" Makefile &&
 
  sed -i "s@\/usr/local@\/usr@g" Makefile &&
 
  make all
 
  make all
Line 33: Line 30:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  cd make/linux &&
 +
sed -i "s@\/usr/local@\/usr@g" Makefile &&
 +
make CXX="g++ ${BUILD32}" all
  
 
Install the package
 
Install the package
  
  To do ...
+
  make install_staticlib install_sharedlib install_headers
 
 
  
 
=== N32 ===
 
=== N32 ===
Line 44: Line 42:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  cd make/linux &&
 +
sed -i "s@\/usr/local@\/usr@g" Makefile &&
 +
make CXX="g++ ${BUILDN32}" all
  
 
Install the package
 
Install the package
  
  To do ...
+
  make libdir=/usr/lib32 install_staticlib install_sharedlib install_headers
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 54: Line 54:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  cd make/linux &&
 +
sed -i "s@\/usr/local@\/usr@g" Makefile &&
 +
make CXX="g++ ${BUILD64}" all
  
 
Install the package
 
Install the package
  
  To do ...
+
  make libdir=/usr/lib64 install_staticlib install_sharedlib install_headers
  
 
= Contents =
 
= Contents =
Line 73: Line 75:
 
| /usr/include/ebml
 
| /usr/include/ebml
 
|}
 
|}
 +
 +
[[Category:General Libs]]

Latest revision as of 09:50, 8 February 2009

Download Source: http://dl.matroska.org/downloads/libebml/libebml-0.7.8.tar.bz2

Introduction to Libebml

EBML, or Extensible Binary Meta-Language, is a simple XML like binary language for describing data in structured style.

Project Homepage: http://www.matroska.org/

Dependencies

Non-Multilib

Compile the package:

cd make/linux &&
sed -i "s@\/usr/local@\/usr@g" Makefile &&
make all

Install the package

make install_staticlib install_sharedlib install_headers

Multilib

32Bit

Compile the package:

cd make/linux &&
sed -i "s@\/usr/local@\/usr@g" Makefile &&
make CXX="g++ ${BUILD32}" all

Install the package

make install_staticlib install_sharedlib install_headers

N32

Compile the package:

cd make/linux &&
sed -i "s@\/usr/local@\/usr@g" Makefile &&
make CXX="g++ ${BUILDN32}" all

Install the package

make libdir=/usr/lib32 install_staticlib install_sharedlib install_headers

64Bit

Compile the package:

cd make/linux &&
sed -i "s@\/usr/local@\/usr@g" Makefile &&
make CXX="g++ ${BUILD64}" all

Install the package

make libdir=/usr/lib64 install_staticlib install_sharedlib install_headers

Contents

Installed Programs: None
Installed Libraries: libebml.{a,so}
Installed Directory: /usr/include/ebml