Difference between revisions of "Developing"

From Gestinux Wiki
Jump to navigation Jump to search
(correction for ZPlainMySqlDriver.pas)
Line 67: Line 67:
 
*  Zeos DBO 7.2.4
 
*  Zeos DBO 7.2.4
 
** [https://sourceforge.net/projects/zeoslib/files/Zeos%20Database%20Objects/zeosdbo-7.2.4-stable/zeosdbo-7.2.4-stable.zip/download Download sources] and unzip in any folder.
 
** [https://sourceforge.net/projects/zeoslib/files/Zeos%20Database%20Objects/zeosdbo-7.2.4-stable/zeosdbo-7.2.4-stable.zip/download Download sources] and unzip in any folder.
** There is a bug when using MySql 5.7 On Linux (Ubuntu 16.04 LTS). You can download [http://gestinux.net/download/ZPlainMySqlDriver.pas ZPlainMySqlDriver.pas] and replace it in the folder src of previous download.
+
** There is a bug when using MySql 5.7 '''only on Linux''' (Ubuntu 16.04 LTS). You can download [http://gestinux.net/download/ZPlainMySqlDriver.pas ZPlainMySqlDriver.pas] and replace it in the subfolder src/plain of the folder where you unzipped Zeos.
 
** Open packages/lazarus/zcomponent.lpk
 
** Open packages/lazarus/zcomponent.lpk
 
** Install  (click Use, Install)
 
** Install  (click Use, Install)

Revision as of 09:55, 10 December 2018

 Français

Developing Gestinux

Gestinux is an open source software and anyone can help to its development.

Some guidelines for project maintenance follow, which can be discussed in the development forum.

Tests

Gestinux must work in various combinations of environments, databases, and languages. It would be useful to have referent testers in each of these different possible combinations, particularly during release-candidates publishing.

Translation

You can easily translate gestinux into your mother language, and existing translations can definitely be improved.

Documentation

To help improving documentation, that is to create or edit pages in this wiki, you must before subscribe in the forum.

Then, in this forum, ask for the right to edit this wiki, introducing yourself briefly.

You will have to learn how to use WikiMedia (used by Wikipedia), and follow some editing rules. The account and password are the same as in forum.

For any question or remark, it is necessary to use only the forum and not the wiki.

Programmation

Lazarus versions and sources

Gestinux 1.4 was initially developed using Lazarus 1.6.0 and FreePascal 3.0.0

We can now use Lazarus 1.8.4 or even 2.0-RC2, but there is a bug in both versions in lcl\grids.pas displaying unwanted error messages when mouse is moved to another cell or even over the grid.

A corrected version of grids.pas can be downloaded here for 1.8.4 and here for 2.0-RC2 to replace the original source.

Obtaining Gestinux sources

Gestinux source code is managed using SVN.

It is easier if you install some GUI SVN Client program : RapidSvn for Linux and TortoiseSVN for Windows are working fine.

You must also have a SourceForge account and will need to enter your SourceForge password, or set up a SSL secured connection to SourceForge.

The svn command line is :

 svn checkout --username=your_sourceforge_account svn+ssh://your_sourceforge_account@svn.code.sf.net/p/gestinux/code <your_local_source_directory>

Read this documentation to avoid entering your password every time.

  • You should improve or create new sources with new functionalities in the trunk branch only, after having obtained a developer profile in the sourceforge project (ask in the development forum).
  • In the 1.4 branch, only fix important and well identified bugs, using only Lazarus 1.8.4 with lcl/grids.pas replaced (see above).
  • Do not change anything in older branches which are available for history only.


You should lock the files before changing anything. For this and to commit, ask in the forum to be granted a "developer" privilege for Gestinux SourceForge project.

Packages which are required

Releases 1.x or trunk should compile with the following packages. You can use more recent versions of the packages, but at your own risk !

Let us know if using a newer version of any of these packages works sucessfully.

Rebuilding EDI at each step should not be required. But sometimes it helps !

  • Zeos DBO 7.2.4
    • Download sources and unzip in any folder.
    • There is a bug when using MySql 5.7 only on Linux (Ubuntu 16.04 LTS). You can download ZPlainMySqlDriver.pas and replace it in the subfolder src/plain of the folder where you unzipped Zeos.
    • Open packages/lazarus/zcomponent.lpk
    • Install (click Use, Install)
    • It is not required to rebuild the EDI at this time
  • Power PDF 0.9.15
    • Download the package and unzip to any directory.
    • Open pack_powerpdf.lpk
    • Install.
    • It is not required to rebuild the EDI at this time
  • LazReport 0.9.9 and LazReportPDFExport 0.8
    • Click Menu Packages > Install/Uninstall packages
    • Select these packages (lazreport and lazreportpdfexport) in the right pane, and move it to the left one.
    • Click the button Save and rebuild EDI.
  • Gestinux_util : a package containing the components Gestinux uses
    • You need the same version for Gestinux and Gestinux_util. It is in a subdirectory of trunk or 1.4 branch.
    • Open gestinux_util.lpk
    • Install.
    • Rebuild EDI

Gestinux development Rules

  • Use the right Lazarus version (see above)
  • Only use English for identifiers and comments.
  • Use the Code Formatter (CTRL+D) to indent modified sources, with default options.
  • Read the gestinux_util documentation, and do not use a Txxxx component when there is a TGxxxx component in this package

What to do

Everyone can help ! If you are a beginner, there are some simple things you can do, and this would save time. From gurus, we do need better components.

Before starting anything, you are advised to discuss your proposal a bit in the development forum.

Packaging and OS specific informations

Linux

You can build a Debian package using scripts located in trunk/install/debian

Source are exported from the repository and recompiled before building the package, to ensure everything is in the repository. The SVN revision will be included automatically in the binary to be visible in the "About" form.

If you want to build and install a package run (e.g with trunk and Lazarus 64 bits). Replace <svn local repository> and <your sourceforge account> by your specific values.

 <svn local repository>/gestinux/1.4/install/debian/build_pkg.sh SYSTEM="Debian" TARGET="x86_64" SVNUSER="<your sourceforge user>" BRANCH="trunk"

This should build a lintian valid Debian package, reading some translations for man and desktop in available translation files.

You are welcome if you can make the same for other Linux distributions !

Windows

You can build an installer for Windows 32 bits with InnoSetup 5 and the command file trunk/install/windows/build_i386_win32.bat. Windows PowerShell is used to extract and include the SVN revision in the binary.

It can be installed and works on Windows 64 bits. It is also possible to use build_x86_win64.bat, with Lazarus 64 bits, to make a 64 bits installer. Since this is not very useful and not used currently, check if the script is up to date against the 32 bits one.

We include MySql 5.0 client drivers, installed only on the target system if no more recent MySql driver is present .

Mac OS/X

Currently gestinux.app can be built for Intel 32 bits with the script trunk/install/osx/build_osx_i386_32.sh.The SVN revision must be included manually. There is a gestinux.pmdoc to make manually a gestinux.pkg which can be installed and works on 32 or 64 bits Macs.

Since I have currenly only an old Macintosh with OS/X 10.6, I can't use up to date tools to build installers and add certificates.

You are welcome if you can help in this area.

Database

Supported DBMS

MySql 5.7, MariaDb 10.3, and PostgreSQL 9 are supported.

  • MySql because administration is quite simple.
  • PostgreSql because it is completely free software.
  • MariaDb for both reasons. It is the recommended DBMS to use.

In the future, we may try other DBMS, but that would require a bigger development team.

In the main sources, avoid SQL statements specific to some DBMS. When there is no alternative, compatibility procedures should be made. They are all centralized in one unit (util/gconnection.pas).

Table and fields definitions and properties

In Gestinux_util there is a TGTable component used to store all the metadata of tables used in Gestinux. With this component, there is no need to store table definitions elsewhere, and no SQL script is required to initialize or upgrade the database.

The database and table structures are created by the main executable, as specified in unitdatamodule.pas, in TGTable properties. See the component TGTable for more details.