Main > Free Download Search >

Free building 19 software for linux

building 19

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1058
Building Block 1-0-0

Building Block 1-0-0


Building Block ist the Open Source Content Management Software for your website. more>>
Building Block ist the Open Source Content Management Software for your website. It is lightweight and has minimal hardware requirements.
At the same time it is powerful and delivers high performance. Building Blocks diversity allows you to create and manage professional web projects directly in your browser.
Enhancements:
- This initial release is stable and is recommended for production use on non-critical data.
<<less
Download (0.064MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1216 downloads
MURIX Linux 2.6.19

MURIX Linux 2.6.19


MURIX Linux is a distribution based on LinuxFromScratch for building bootable CD-ROMs. more>>
MURIX Linux is a distribution based on LinuxFromScratch for building bootable CD-ROMs.

Since you build it from source, MURIX should function on almost any hardware.
<<less
Download (26.6MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1027 downloads
ExtUtils::CBuilder 0.19

ExtUtils::CBuilder 0.19


ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules. more>>
ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules.

SYNOPSIS

use ExtUtils::CBuilder;

my $b = ExtUtils::CBuilder->new(%options);
$obj_file = $b->compile(source => MyModule.c);
$lib_file = $b->link(objects => $obj_file);

This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the Module::Build project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal!

<<less
Download (0.019MB)
Added: 2007-08-07 License: Perl Artistic License Price:
809 downloads
My Own Building System 2.3.2

My Own Building System 2.3.2


My Own Building System (a.k.a. mobs) is a GPLd build system, lightweight and easy to use, with a limited application framework. more>>
My Own Building System (a.k.a. mobs) is a GPLd build system, lightweight and easy to use, with a limited application framework. My Own Building System project gets information from the end-user wanting to build your project and modifies the building process according to such information.

It provides the developer with some development helpers, including some makefile framework and an interface for the end-user (the 0 script). This building system supports the (more or less) automatic building of C, C++, Bison/Yacc, Flex/Lex, and Texinfo source files, and the creation of static and shared libraries and binaries.

It is not a GNU autoconf/automake clone, and although the command line of the 0 script certainly mimics the one of GNU configure it is only for the sake of end-users. Internally, and from the point of view of the developer, is very different.

<<less
Download (0.041MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1125 downloads
pwbuilder 0.6.3

pwbuilder 0.6.3


pwbuilder is a tool for building Slackware packages. more>>
pwbuilder is a powerful tool for creating software packages for Slackware Linux. pwbuilder aims to be the easiest tool in its category.

However, pwbuilder provides an advanced API that allows you to make packages exactly in the way you want.
<<less
Download (0.10MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1655 downloads
libgnome 2.19.0

libgnome 2.19.0


libgnome is a GNOME library. more>>
libgnome is a GNOME library.

The GNOME project provides two things: The GNOME desktop environment, an intuitive and attractive desktop for end-users, users, and the GNOME development platform, an extensive framework for building applications that integrate into the rest of the desktop.

GNOME is...

Free

GNOME is Free Software and part of the GNU project, dedicated to giving users and developers the ultimate level of control over their desktops, their software, and their data. Find out more about the GNU project and Free Software at gnu.org.

Usable

GNOME understands that usability is about creating software that is easy for everyone to use, not about piling on features. GNOMEs community of professional and volunteer usability experts have created Free Softwares first and only Human Interface Guidelines, and all core GNOME software is adopting these principles. Find out more about GNOME and usability at the GNOME Usability Project.

Accessible

Free Software is about enabling software freedom for everyone, including users and developers with disabilities. GNOMEs Accessibility framework is the result of several years of effort, and makes GNOME the most accessible desktop for any Unix platform. Find out more at the GNOME Accessibility Project.

International

GNOME is used, developed and documented in dozens of languages, and we strive to ensure that every piece of GNOME software can be translated into all languages. Find out more at the GNOME Translation Project.

Developer-friendly

Developers are not tied to a single language with GNOME. You can use C, C++, Python, Perl, Java, even C#, to produce high-quality applications that integrate smoothly into the rest of your Unix or Linux desktop.

Organized

GNOME strives to be an organized community, with a foundation of several hundred members, usability, accessibility, and QA teams, and an elected board. GNOME releases are defined by the GNOME Release Team and are scheduled to occur every six months.

Supported

Beyond the worldwide GNOME Community, GNOME is supported by the leading companies in Linux and Unix, including HP, MandrakeSoft, Novell, Red Hat, and Sun. Find out more at foundation.gnome.org.

A community

Perhaps more than anything else, GNOME is a worldwide community of volunteers who hack, translate, design, QA, and generally have fun together. Find out more at GNOME Developers site.
<<less
Download (1.6MB)
Added: 2007-06-19 License: LGPL (GNU Lesser General Public License) Price:
858 downloads
gail 1.19.6

gail 1.19.6


GAIL provides accessibility support for gtk+ and libgnomecanvas by implementing AtkObjects for widgets in gtk and libgnomecanvas more>>
GAIL provides accessibility support for gtk+ and libgnomecanvas by implementing AtkObjects for widgets in gtk+ and libgnomecanvas. GAIL library is a GTK+ module.
For example, if the module is loaded in a program which calls gtk_widget_get_accessible() for a GtkEntry an instance of GailEntry is returned. This module is normally used with the atk-bridge GTK+ module from at-spi to allow an assistive technology, e.g a screenreader, to query or drive the program.
Dependencies:
In order to get CVS gail installed on your system, you need to have the most recent CVS versions of gtk+ and libgnomecanvas installed as well. Note that gtk+ requires glib/pango/atk and libgnomecanvas also requires libart, pangoft2 and gnome-common.
Building:
To compile a CVS version of gail on your system, you will need to take several steps to setup the tree for compilation. You can do all these steps at once by running:
cvsroot/gail# ./autogen.sh
Basically this does the following for you:
cvsroot/gail# aclocal; automake; autoconf
The above commands create the "configure" script. Now you can run the configure script in cvsroot/gail to create all the Makefiles.
Before running autogen.sh or configure, make sure you have libtool in your path.
Note that autogen.sh runs configure for you. If you wish to pass options like --prefix=/usr to configure you can give those options to autogen.sh and they will be passed on to configure.
Enhancements:
- Bugfixes: #460820, #363450.
- Implement ATK_STATE_DEFAULT in gailwidget.
- This version of GAIL should be used with Libgnomecanvas released with GNOME 2.19.6.
<<less
Download (0.82MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
816 downloads
libgail-gnome 1.19.5

libgail-gnome 1.19.5


libgail-gnome is a GNOME library. more>>
libgail-gnome is a GNOME library.

Dependencies

In order to get CVS libgail-gnome installed on your system, you need to have
libbonoboui and gnome-panel installed as well. Note that libgail-gnome also requires atk and gnome-common.

Building

To compile a CVS version of libgail-gnome on your system, you will need to take several steps to setup the tree for compilation. You can do all these steps at once by running:

cvsroot/libgail-gnome# ./autogen.sh

Basically this does the following for you:

cvsroot/libgail-gnome# aclocal; automake; autoconf

The above commands create the "configure" script. Now you can run the configure script in cvsroot/libgail-gnome to create all the Makefiles.

Before running autogen.sh or configure, make sure you have libtool in your path.

Note that autogen.sh runs configure for you. If you wish to pass options like --prefix=/usr to configure you can give those options to autogen.sh and they will be passed on to configure.
<<less
Download (0.33MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
836 downloads
Wurm Online 1.3.8

Wurm Online 1.3.8


Wurm Online is 3D FPP MMORPG game. more>>
Wurm Online is 3D FPP MMORPG game.

Online multiplayer role-playing game, where players walk freely in a big 3D world chatting, gathering resources, building towns, making items, trading, fighting with other players and computer controlled creatures. Chose your path - crafting or PvP fighting. Join a village or live solo. Massive skill tree with skill affected by your actions.

<<less
Download (0.004MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1278 downloads
Banteng 0.1.1

Banteng 0.1.1


Banteng is cross-platform, visual JavaScript IDE. more>>
Banteng is a cross platform visual javascript for building native desktop applications on Windows, Linux, and Mac OS X.

The 0.1.1 release includes the core runtime engine and some basic examples.

<<less
Download (2.2MB)
Added: 2005-12-28 License: BSD License Price:
1395 downloads
Test::Builder 0.64

Test::Builder 0.64


Test::Builder is a backend for building test libraries. more>>
Test::Builder is a backend for building test libraries.

SYNOPSIS

package My::Test::Module;
use Test::Builder;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(ok);

my $Test = Test::Builder->new;
$Test->output(my_logfile);

sub import {
my($self) = shift;
my $pack = caller;

$Test->exported_to($pack);
$Test->plan(@_);

$self->export_to_level(1, $self, ok);
}

sub ok {
my($test, $name) = @_;

$Test->ok($test, $name);
}

Test::Simple and Test::More have proven to be popular testing modules, but theyre not always flexible enough. Test::Builder provides the a building block upon which to write your own test libraries which can work together.

<<less
Download (0.069MB)
Added: 2006-08-30 License: Perl Artistic License Price:
1150 downloads
Crucible 1.7.1

Crucible 1.7.1


Crucible provides a powerful, flexible backend for building automated testing systems. more>>
Crucible provides a powerful, flexible backend for building automated testing systems. Crucible allows for conducting tests on multiple machines (via NFS), including patching, rebuilding, and booting new kernels, libraries, and services.

Configuration and customization can be done through simple config files and bash scripts. It is suitable for performing tests of GUI applications, services, libraries, and kernel patches.
<<less
Download (0.078MB)
Added: 2006-11-11 License: GPL (GNU General Public License) Price:
1078 downloads
XML::XPath::Builder 1.13

XML::XPath::Builder 1.13


XML::XPath::Builder is a SAX handler for building an XPath tree. more>>
XML::XPath::Builder is a SAX handler for building an XPath tree.

SYNOPSIS

use AnySAXParser;
use XML::XPath::Builder;

$builder = XML::XPath::Builder->new();
$parser = AnySAXParser->new( Handler => $builder );

$root_node = $parser->parse( Source => [SOURCE] );

XML::XPath::Builder is a SAX handler for building an XML::XPath tree.

XML::XPath::Builder is used by creating a new instance of XML::XPath::Builder and providing it as the Handler for a SAX parser. Calling `parse() on the SAX parser will return the root node of the tree built from that parse.

<<less
Download (0.039MB)
Added: 2006-08-31 License: Perl Artistic License Price:
1149 downloads
Gtkdialog 0.7.9

Gtkdialog 0.7.9


Gtkdialog is a small utility for fast and easy GUI building. more>>
Gtkdialog is a small utility for fast and easy GUI building.
It can be used to create dialog boxes for almost any interpreted and compiled programs which is a very attractive feature since the developer does not have to learn various GUI languages for the miscellaneous programming languages.
Enhancements:
- This version contains some minor bugfixes and enhancements.
<<less
Download (0.27MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1076 downloads
Math::TotalBuilder::Common 1.10

Math::TotalBuilder::Common 1.10


Math::TotalBuilder::Common is a Perl module with common unit sets for building totals. more>>
Math::TotalBuilder::Common is a Perl module with common unit sets for building totals.

SYNOPSIS

use Math::TotalBuilder;
use Math::TotalBuilder::Common;

# units for 952 pence
my %tender = build($Math::TotalBuilder::Common::uk_money_old, 952);

This package is just a set of common sets of units for use with the code in Math::TotalBuilder.

<<less
Download (0.005MB)
Added: 2006-09-21 License: Perl Artistic License Price:
1128 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5