Changes between Version 12 and Version 13 of Linux
- Timestamp:
- 06/02/13 10:09:04 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux
v12 v13 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=4 49 :set shiftwidth=4 50 :set expandtab 51 }}} 52 45 53 == Building problems == 46 54 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: