Changes between Version 64 and Version 65 of FAQ


Ignore:
Timestamp:
Jul 21, 2011, 2:54:01 PM (13 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v64 v65  
    1919 * Probably you have an outdated automake version installed, we have seen such problems with 1.7.9. Upgrade to at least 1.10.1.
    2020
    21 === While installing rasdaman I find out, during ''./configure'', that some further packages are required. Can you give a summary of these? ===
     21=== ''./configure'' complains that some further packages are required during installation ===
    2222
    2323 * These are summarized on the [wiki:RequiredPackages] page.
     
    145145=== I want to submit a patch, how do I do this? ===
    146146
    147  1. Set your credentials in your system:
     147 * Follow these steps:
     148  1. Set your credentials:
    148149{{{
    149150$ git config user.name "Konstantin Kozlov"
    150151$ git config user.email ...
    151152}}}
    152  2. When you commit your changes to your local copy put a meaningful message:
     153  2. When you commit your changes to your local copy put a meaningful message:
    153154{{{
    154155$ git commit -a -m "commit message"
    155156}}}
    156  3. Then you can make the patch, e.g:
     157  3. Then you can make the patch, e.g:
    157158{{{
    158159$ git-format-patch HEAD~1
    159160}}}
    160  4. Finally submit your patch to the [http://kahlua.eecs.jacobs-university.de/trac/rasdaman/patchmanager rasdaman patchmanager]