Changes between Version 13 and Version 14 of Linux


Ignore:
Timestamp:
06/03/13 03:25:56 (12 years ago)
Author:
epyon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Linux

    v13 v14  
    4343Latest known revision known to be compilable under Linux is: **60**
    4444
    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 
    5345== Building problems ==
    5446Sometimes 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: