This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Install GNOME development environment on Vanillux

Minimal version requirements

For setting up a decent GNOME development environment you should be on either stable or testing to avoid fighting with bugs, problems and dependencies. The following instructions assume that you have installed Vanillux stable.

Install the developer-tools

First you need to install the basic tools needed for GNOME development. To do so, install these packages either using Software Center or the apt-get command line utility:

Install additional libraries needed for the GStreamer demos

If you want to follow the tutorials on http://developer.gnome.org you need to install some additional GStreamer packages:

Install required packages for your favourite programming language

You can decide which programming language you are going to use and install the appropriate packages for one or more languages. The following subsections will the packages you have to install:

C

For C programming you need to install the development version of the important GNOME libraries. Those contain the header files and additional linker information:

In addition, you will want to install the documentation packages of this libraries so you can view them in the API browser:

C++

Be sure to have the C++-Compiler installed:

For C++ programming you need to install the development version of the important GNOME libraries. Those contain the header files and additional linker information:

In addition, you will want to install the documentation packages of this libraries so you can view them in the API browser:

Python

Python uses GObjectIntrospection which means you don't need to install additional development libraries but you should be sure to have a decent python environment and the introspection bindings installed:

Vala

As the Vala compiler actually translates your code into C code you will have to install all the packages listed in the C section and in addition you need to install the vala compiler:

JavaScript

JavaScript uses GObjectIntrospection which means you don't need to install additional development libraries but you need to have the JavaScript intepreter installed though:

Note there is also Seed which is another JavaScript implementation used in GNOME but the examples on developer.gnome.org are all done with gjs.

Keep this page up-to-date

Distribution information can change rather fast so please correct errors found on this page. If you are not able to figure out yourself, please drop a mail to gnome-doc-list@gnome.org. Thanks!


DeveloperDocumentation


2024-10-23 11:36