Windowed projects/mkdcppw/Help

De Wiki EELL.

(Différences entre les versions)
m (First steps)
m (First steps)
Ligne 14 : Ligne 14 :
==== Install the packets ====
==== Install the packets ====
-
*Click on the packet you just downloaded to open it in the repository
+
*Click on the packet you just downloaded to open it in the software library, otherwise use the apt-get command.
-
que vous venez de télécharger afin de l'ouvrir dans la logithèque sinon utilisez la commande apt-get.
+
-
=== Compiler mkdcpp pour d'autres systèmes ===
+
=== Compile mkdcpp for other systems ===
-
==== Prérequis pour compiler ====
+
==== Prerequisites to compile ====
-
 
+
<pre>
-
<!--
+
# Utilities :
# Utilities :
#
#
-
# Compilation :
+
# To ompilation :
- gcc : gnu c compillator *****
- gcc : gnu c compillator *****
- pkg-config : compilation  
- pkg-config : compilation  
Ligne 38 : Ligne 36 :
- Terminal, for the tests
- Terminal, for the tests
#
#
-
# Editors :
+
# To edit :
- AssoGiate, MIME editor
- AssoGiate, MIME editor
- Bluefish, multipurpose editor *****
- Bluefish, multipurpose editor *****
Ligne 48 : Ligne 46 :
- Poedit, po editor *****
- Poedit, po editor *****
- Po Gtranslator, po editor
- Po Gtranslator, po editor
-
-->
+
</pre>
-
;:Avoir le droit de super-utilisateur avec sudo ou root.
+
;:You must have the super user right to use sudo or root.
-
;Pour la compilation :
+
-
:- gcc : gnu c compillator *****
+
-
:- pkg-config : compilation
+
-
:- gtkmm 3 : libgtkmm-3.0-dev : *****
+
-
::Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.<br/>Gtkmm provides a convenient interface for C++ programmers to create graphical user interfaces with GTK+'s flexible OO framework. Highlights include type safe callbacks, widgets extensible using inheritance and over 180 classes that can be freely combined to quickly create complex user interfaces.<br/>This package contains development files and examples, as well as a gtkmm-demo program.
+
-
:- Gtk4 :
+
-
::Typelib file for libdbusmenu-gtk4 : gir1.2-dbusmenu-gtk-0.4
+
-
::library for passing menus over DBus-GTK+ version : libdbusmenu-gtk4
+
-
:- Terminal (konsole), for the tests
+
-
 
+
-
;Editeurs conseillés :
+
-
:- AssoGiate, MIME editor
+
-
:- Bluefish, multipurpose editor *****
+
-
:- gmanedit, manual editor
+
-
:- GIMP, image editor
+
-
 
+
-
;Utilitaires d'internationalisation :
+
-
:- gettext
+
-
:- Poedit, po editor *****
+
-
:- Po Gtranslator, po editor
+
-
==== Télécharger la dernière version compactée des fichiers sources ====
+
==== Download the last compacted version of sources ====
-
*[[Windowed_projects/mkdcppw#Sources|Téléchargement local des fichiers source]]
+
*[[Windowed_projects/mkdcppw#Sources|Download the local sources files]]
-
==== Décompresser le fichier téléchargé ====
+
==== Uncompress the downloaded file ====
-
*tar xvzf mkdcppw-0~120508.tar.gz .
+
*"tar xvzf mkdcppw-0~120508.tar.gz ."
-
Cette décompression va créer le répertoire mkdcppw-0~120508 nécessaire à la compilation.
+
This decompression will create the build directory mkdcppw-0~120508.
-
==== Compiler et installer ====
+
==== Compile and install ====
-
* Lire le fichier README_FIRST dont voici les premières lignes :
+
* Read the file README_FIRST. Here are the first lines of file :
<pre>
<pre>
# Makefile:
# Makefile:
Ligne 88 : Ligne 66 :
Thank you.
Thank you.
</pre>
</pre>
-
*Editez pour lecture le fichier '''Makefile''' et adaptez les macros des répertoires s'il y a lieu.
+
*Read the file '''Makefile''' and edit this if necessary. Modify the directories macros if necessary.
-
*lancez l'application "'''Terminal'''" ('''Ctrl+Alt+T''') et allez dans le répertoire de compilation de l'application.
+
*Run the "'''Terminal'''" ('''Ctrl+Alt+T''') and go to in the build directory.
-
*Pour les essais de compilation taper la commande "'''make -d install DESTDIR=tests'''" Cette compilation créera aussi tous les répertoires de vérification.
+
*type the command "'''make -d install DESTDIR=tests'''" This compilation will create all audit directories in the test directory.
-
*Lorsque la compilation se passe sans erreur, lancez "'''./install'''" dans le terminal pour installer l'application.
+
*When the compilation goes without error, run the command "'''./install'''" in the terminal to install the application.
-
:''Vous pouvez éventuellement glisser votre fichier compilé sur votre bureau''
+
:''You can optionally drag your executable to your desktop''
-
==== Contrôler l'installation ====
+
==== Control of installation ====
-
*Dans la konsole (Le terminal) tapez la commande "'''mkcppw'''" et vérifiez que l'affichage se fait en français.
+
*In the konsole (Terminal) type the commande "'''mkcppw'''" and check the operation and display.
-
==== Plus: adapter la version pour une autre langue ====
+
==== More: adapt this version in other languages ====
*
*
-
-->
 
== How to use mkdcppw ==
== How to use mkdcppw ==

Version du 3 janvier 2013 à 16:58

Cette page n'est pas finie. Veuillez considérer le plan et le contenu comme incomplets et en préparation, temporaires et sujets à caution. Si vous souhaitez participer, il vous est recommandé de consulter sa page de discussion au préalable.

Screenshot mkdcppw 121215 :

Distribution debian

Sommaire

Others languages

Aide en français

First steps

Install the mkdcppw Ubuntu packages (Debian)

Downloads the packets

Install the packets

  • Click on the packet you just downloaded to open it in the software library, otherwise use the apt-get command.

Compile mkdcpp for other systems

Prerequisites to compile

# Utilities :
#
# To ompilation :
- gcc : gnu c compillator *****
- pkg-config : compilation 
- gtkmm 3 : libgtkmm-3.0-dev : *****
	Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0. 
	Gtkmm provides a convenient interface for C++ programmers to create graphical user interfaces
	with GTK+'s flexible OO framework. Highlights include type safe callbacks, widgets extensible 
	using inheritance and over 180 classes that can be freely combined to quickly create complex 
	user interfaces.
	This package contains development files and examples, as well as a gtkmm-demo program.
- Gtk4 :
	Typelib file for libdbusmenu-gtk4 : gir1.2-dbusmenu-gtk-0.4
	library for passing menus over DBus-GTK+ version : libdbusmenu-gtk4
- Terminal, for the tests	
#
# To edit :
- AssoGiate, MIME editor
- Bluefish, multipurpose editor *****
- gmanedit, manual editor
- GIMP, image editor
#
# Internationalization utilities :
- gettext
- Poedit, po editor *****
- Po Gtranslator, po editor
You must have the super user right to use sudo or root.

Download the last compacted version of sources

Uncompress the downloaded file

  • "tar xvzf mkdcppw-0~120508.tar.gz ."

This decompression will create the build directory mkdcppw-0~120508.

Compile and install

  • Read the file README_FIRST. Here are the first lines of file :
# Makefile:
	Makfile is ready for packaging
	Please ferify Makefile before installation.
	$(DESTDIR) is used for packaging.
	for tests type this command "make -d install DESTDIR=tests"
	Thank you.
  • Read the file Makefile and edit this if necessary. Modify the directories macros if necessary.
  • Run the "Terminal" (Ctrl+Alt+T) and go to in the build directory.
  • type the command "make -d install DESTDIR=tests" This compilation will create all audit directories in the test directory.
  • When the compilation goes without error, run the command "./install" in the terminal to install the application.
You can optionally drag your executable to your desktop

Control of installation

  • In the konsole (Terminal) type the commande "mkcppw" and check the operation and display.

More: adapt this version in other languages

How to use mkdcppw

How to solve a problem

  1. Run mkdcppw in a terminal (or konsole) and try to solve the problem.
  2. If you are not ressolved the problem with the terminal try the forum. It is possible that you are victim of a bug.
  3. In the case of despair write us by email
Outils personnels