Changes between Version 64 and Version 65 of FAQ
- Timestamp:
- Jul 21, 2011, 2:54:01 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v64 v65 19 19 * Probably you have an outdated automake version installed, we have seen such problems with 1.7.9. Upgrade to at least 1.10.1. 20 20 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 === 22 22 23 23 * These are summarized on the [wiki:RequiredPackages] page. … … 145 145 === I want to submit a patch, how do I do this? === 146 146 147 1. Set your credentials in your system: 147 * Follow these steps: 148 1. Set your credentials: 148 149 {{{ 149 150 $ git config user.name "Konstantin Kozlov" 150 151 $ git config user.email ... 151 152 }}} 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: 153 154 {{{ 154 155 $ git commit -a -m "commit message" 155 156 }}} 156 3. Then you can make the patch, e.g:157 3. Then you can make the patch, e.g: 157 158 {{{ 158 159 $ git-format-patch HEAD~1 159 160 }}} 160 4. Finally submit your patch to the [http://kahlua.eecs.jacobs-university.de/trac/rasdaman/patchmanager rasdaman patchmanager]