Changes between Version 13 and Version 14 of Linux
- Timestamp:
- 06/03/13 03:25:56 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux
v13 v14 43 43 Latest known revision known to be compilable under Linux is: **60** 44 44 45 == Tricks with VIM: Setting the coding standard ==46 For startes, we don't want to use tabs, all tabs should be replaced with 4 spaces, indentation should be set to 4. This commands will set-up vim for this:47 {{{48 :set tabstop=449 :set shiftwidth=450 :set expandtab51 }}}52 53 45 == Building problems == 54 46 Sometimes linker will scream that some libraries are missing. Either you are really missing the libraries or your libraries might have diffirent names. Check the following folders: