Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.231.425 Times

glibmm 2.13.9

  Date Added: October 20, 2010  |  Visits: 381

glibmm

Report Broken Link
Printer Friendly Version


Product Homepage
Download (86 downloads)



glibmm is a GNOME library. Until the GTK+ 2.0 / GNOME 2.0 platform is stable, you should try to separate these unstable libraries from your stable GTK+ 1.2 / GNOME 1.2/1.4 libraries. You can do this by installing the unstable libraries into a different prefix. e.g. ./configure --prefix=/usr/devgnome2 When using the development libraries, you will need to modify some environment variables. This will be easier if you create a file (e.g. devgnome2) in your home directory that contains these commands: export PATH="/usr/devgnome2/bin:$PATH"; export LD_LIBRARY_PATH="/usr/devgnome2/lib" ; export PKG_CONFIG_PATH="/usr/devgnome2/lib/pkgconfig:$PKG_CONFIG_PATH" ; You can then type # source devgnome2 to prepare your environment before building or working with the development libraries. You may also need to edit /etc/ld.so.conf to add /usr/devgnome2/lib, and then type /sbin/ldconfig to re-process the ld.so.conf. The vicious-build-scripts module in cvs.gnome.org might help you with this, if you can get it to work..

Requirements: No special requirements
Platforms: Linux
Keyword: Glibmm Gnome Libraries Path Programming
Users rating: 0/10

License: Freeware Size: 3.1 MB
USER REVIEWS
More Reviews or Write Review


GLIBMM RELATED
Programming  -  PATH programming language 0.33
PATH is a very different programming language than what you are probably used to if youre an average programmer. If youve programmed in the language Brainf*ck, youll recognize the memory cell architecture. Also, Befunge programmers will recognize...
10.24 KB  
Audio Tools  -  Gm3u 0.2
Gm3u is an MP3 play-list editor made with GTK+ toolkit and the GNOME libraries. It allows you to create and edit play-lists, which are stored as text files and can be used with most MP3 players. The play-lists are stored as text files and most of...
122.88 KB  
Libraries  -  Gnome Devtool Libraries 0.7.0
Gnome Devtool Libraries project contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and anjuta2. The current pieces of GDL include: - A symbol browser bonobo...
583.68 KB  
Email  -  GNOME GTray for Email System Utilities 1.3
This is a small notification area application to check the status of your GMail account and display if you have any new email. It uses the GNOME libraries but it uses the freedesktop.org standard for tray apps, so it ought to work fine in KDE and...
10 KB  
Development Editors  -  The GNOME Messenger 1.0
The GNOME Messenger is a MSN/Windows Messenger compatible client for GNOME2.It will not support any other Instant Message Protocols. (Currently no plans).It requires GNOME2 Desktop Envirionment libraries.
665.6 KB  
Shell & Desktop  -  GNOME Sensors Applet 1.8.1
GNOME Panel Applet can display system temperatures, fan speeds and voltage readings from hardware sensors under Linux. Supported interfaces: - ACPI thermal zones, via the Linux kernel ACPI modules - Linux kernel i2c modules (for kernel 2.6)....
153.6 KB  
Libraries  -  gtk-sharp 2.10.1
Gtk# (gtk-sharp) is a .NET language binding for the GTK+ toolkit and assorted GNOME libraries. Gtk# is free software, licensed under the GNU LGPL. The target is the 2.6 platform. Building & Installing Gtk#: ./configure make make install...
2 MB  
Programming  -  Ruby-GNOME2 0.16.0
Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2 development environment. Ruby-GNOME2 contains bindings for many of the core GNOME libraries and also some less common ones. Bindings for GTK2 and associated libraries (ie. Pango,...
737.28 KB  
Programming  -  Alleyoop 0.9.2
Alleyoop is a GNOME front-end to the popular Valgrind memory debugger. Alleyoop is a graphical front-end to the increasingly popular Valgrind memory checker for x86 GNU/ Linux using the Gtk+ widget set and other GNOME libraries for the X-Windows...
307.2 KB  
Libraries  -  Gtk# 1.0.10
Gtk# is a .Net language bindings for Gtk+ and selected Gnome libraries. Gtk# provides tools to bind GObject based libraries for use by Mono/.Net applications in addition to a set of assemblies that binds the Gtk+ libraries and several Gnome...
1.8 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB